Html Css Color HEX #A8AAF9 Perano

📋 copy color: '#A8AAF9'

red 168 ◦ green 170 ◦ blue 249

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

Shades of Perano #A8AAF9

Tints of Perano #A8AAF9

RGB

 RED value IS 168 (66.02% from 255) = 28.62%

 GREEN value IS 170 (66.8% from 255) = 28.96%

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

R = 28.62%
G = 28.96%
B = 42.42%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A8AAF9 (or 0xA8AAF9) is known color: Perano. HEX triplet: A8, AA and F9. RGB value is (168,170,249). Sum of RGB (Red+Green+Blue) = 168+170+249=587 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.62% from 587); Green value is 170 (66.80% from 255 or 28.96% 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 #A8AAF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8AAF9 is #575506. Grayscale: #B2B2B2. Windows color (decimal): -5723399 or 16362152. OLE color: 16362152.

HSL color Cylindrical-coordinate representation of color #A8AAF9: hue angle of 238.52º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8AAF9 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 170 249 -
CMYK 0.33 0.32 0 0.02
HSL 238.52º 0.87% 0.82% -
HSV(B) 238.52º 0.33% 0.98% -
XYZ 47.62 43.91 95.59 -
YUV 178.41 167.84 120.58 -
System Red Green Blue C M Y K H S L
Decimal 168 170 249 0.33 0.32 0 0.02 238.52 0.87 0.82
Hex A8 AA F9 21 20 0 2 EF 57 52
Octal 250 252 371 41 40 0 2 357 127 122
Binary 10101000 10101010 11111001 100001 100000 0 10 11101111 1010111 1010010

Color Harmonies of #A8AAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AAF9

Black with #A8AAF9

Text Example


Text Example

White with #A8AAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AAF9; }

 p { color: rgb(168,170,249); }

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

background-color css

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

 a { background-color: rgb(168,170,249); }

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

border-color css

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

 span { border-color: rgb(168,170,249); }

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