Html Css Color HEX #A6AFE5 Perano

📋 copy color: '#A6AFE5'

red 166 ◦ green 175 ◦ blue 229

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

Shades of Perano #A6AFE5

Tints of Perano #A6AFE5

RGB

 RED value IS 166 (65.23% from 255) = 29.12%

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

 BLUE value IS 229 (89.84% from 255) = 40.18%

R = 29.12%
G = 30.7%
B = 40.18%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A6AFE5 (or 0xA6AFE5) is known color: Perano. HEX triplet: A6, AF and E5. RGB value is (166,175,229). Sum of RGB (Red+Green+Blue) = 166+175+229=570 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.12% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 229 (89.84% from 255 or 40.18% from 570); Max value from RGB is 229 - color contains mainly: blue. Hex color #A6AFE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AFE5 is #59501A. Grayscale: #B2B2B2. Windows color (decimal): -5853211 or 15052710. OLE color: 15052710.

HSL color Cylindrical-coordinate representation of color #A6AFE5: hue angle of 231.43º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6AFE5 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 166 175 229 -
CMYK 0.28 0.24 0 0.10
HSL 231.43º 0.55% 0.77% -
HSV(B) 231.43º 0.28% 0.9% -
XYZ 45.2 44.42 80.32 -
YUV 178.47 156.52 119.11 -
System Red Green Blue C M Y K H S L
Decimal 166 175 229 0.28 0.24 0 0.10 231.43 0.55 0.77
Hex A6 AF E5 1C 18 0 A E7 37 4D
Octal 246 257 345 34 30 0 12 347 67 115
Binary 10100110 10101111 11100101 11100 11000 0 1010 11100111 110111 1001101

Color Harmonies of #A6AFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AFE5

Black with #A6AFE5

Text Example


Text Example

White with #A6AFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AFE5; }

 p { color: rgb(166,175,229); }

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

background-color css

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

 a { background-color: rgb(166,175,229); }

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

border-color css

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

 span { border-color: rgb(166,175,229); }

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