Html Css Color HEX #A5ADF9 Perano

📋 copy color: '#A5ADF9'

red 165 ◦ green 173 ◦ blue 249

#A5ADF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perano #A5ADF9

Tints of Perano #A5ADF9

RGB

 RED value IS 165 (64.84% from 255) = 28.11%

 GREEN value IS 173 (67.97% from 255) = 29.47%

 BLUE value IS 249 (97.66% from 255) = 42.42%

R = 28.11%
G = 29.47%
B = 42.42%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A5ADF9 (or 0xA5ADF9) is known color: Perano. HEX triplet: A5, AD and F9. RGB value is (165,173,249). Sum of RGB (Red+Green+Blue) = 165+173+249=587 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.11% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #A5ADF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A5ADF9 is #5A5206. Grayscale: #B2B2B2. Windows color (decimal): -5919239 or 16362917. OLE color: 16362917.

HSL color Cylindrical-coordinate representation of color #A5ADF9: hue angle of 234.29º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5ADF9 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 173 249 -
CMYK 0.34 0.31 0 0.02
HSL 234.29º 0.88% 0.81% -
HSV(B) 234.29º 0.34% 0.98% -
XYZ 47.56 44.73 95.75 -
YUV 179.27 167.35 117.82 -
System Red Green Blue C M Y K H S L
Decimal 165 173 249 0.34 0.31 0 0.02 234.29 0.88 0.81
Hex A5 AD F9 22 1F 0 2 EA 58 51
Octal 245 255 371 42 37 0 2 352 130 121
Binary 10100101 10101101 11111001 100010 11111 0 10 11101010 1011000 1010001

Color Harmonies of #A5ADF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ADF9

Black with #A5ADF9

Text Example


Text Example

White with #A5ADF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ADF9; }

 p { color: rgb(165,173,249); }

 H1.HeaderClassName
 {
   color: #A5ADF9;
 }
 .AnyTagClassName
 {
   color: #A5ADF9;
 }
</style>

background-color css

<style>
 a { background-color: #A5ADF9; }

 a { background-color: rgb(165,173,249); }

 div.DivClassName
 {
   background-color: #A5ADF9;
 }
 .BgClassName
 {
   background-color: #A5ADF9;
 }
</style>

border-color css

<style>
 span { border-color: #A5ADF9; }

 span { border-color: rgb(165,173,249); }

 td.TdClassName
 {
   border-color: #A5ADF9;
 }
 .TagClassName
 {
   border-color: #A5ADF9;
 }
</style>