Html Css Color HEX #A8AFF9 Perano

📋 copy color: '#A8AFF9'

red 168 ◦ green 175 ◦ blue 249

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

Shades of Perano #A8AFF9

Tints of Perano #A8AFF9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.56%

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

R = 28.38%
G = 29.56%
B = 42.06%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A8AFF9 (or 0xA8AFF9) is known color: Perano. HEX triplet: A8, AF and F9. RGB value is (168,175,249). Sum of RGB (Red+Green+Blue) = 168+175+249=592 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.38% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 249 (97.66% from 255 or 42.06% from 592); Max value from RGB is 249 - color contains mainly: blue. Hex color #A8AFF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8AFF9 is #575006. Grayscale: #B5B5B5. Windows color (decimal): -5722119 or 16363432. OLE color: 16363432.

HSL color Cylindrical-coordinate representation of color #A8AFF9: hue angle of 234.81º 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 #A8AFF9 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 175 249 -
CMYK 0.33 0.30 0 0.02
HSL 234.81º 0.87% 0.82% -
HSV(B) 234.81º 0.33% 0.98% -
XYZ 48.58 45.82 95.91 -
YUV 181.34 166.18 118.48 -
System Red Green Blue C M Y K H S L
Decimal 168 175 249 0.33 0.30 0 0.02 234.81 0.87 0.82
Hex A8 AF F9 21 1E 0 2 EB 57 52
Octal 250 257 371 41 36 0 2 353 127 122
Binary 10101000 10101111 11111001 100001 11110 0 10 11101011 1010111 1010010

Color Harmonies of #A8AFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8AFF9

Black with #A8AFF9

Text Example


Text Example

White with #A8AFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8AFF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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