Html Css Color HEX #A6ABDE Perano

📋 copy color: '#A6ABDE'

red 166 ◦ green 171 ◦ blue 222

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

Shades of Perano #A6ABDE

Tints of Perano #A6ABDE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.59%

 BLUE value IS 222 (87.11% from 255) = 39.71%

R = 29.7%
G = 30.59%
B = 39.71%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A6ABDE (or 0xA6ABDE) is known color: Perano. HEX triplet: A6, AB and DE. RGB value is (166,171,222). Sum of RGB (Red+Green+Blue) = 166+171+222=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 222 - color contains mainly: blue. Hex color #A6ABDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ABDE is #595421. Grayscale: #AFAFAF. Windows color (decimal): -5854242 or 14592934. OLE color: 14592934.

HSL color Cylindrical-coordinate representation of color #A6ABDE: hue angle of 234.64º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6ABDE is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 171 222 -
CMYK 0.25 0.23 0 0.13
HSL 234.64º 0.46% 0.76% -
HSV(B) 234.64º 0.25% 0.87% -
XYZ 43.47 42.51 75.02 -
YUV 175.32 154.34 121.35 -
System Red Green Blue C M Y K H S L
Decimal 166 171 222 0.25 0.23 0 0.13 234.64 0.46 0.76
Hex A6 AB DE 19 17 0 D EB 2E 4C
Octal 246 253 336 31 27 0 15 353 56 114
Binary 10100110 10101011 11011110 11001 10111 0 1101 11101011 101110 1001100

Color Harmonies of #A6ABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ABDE

Black with #A6ABDE

Text Example


Text Example

White with #A6ABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ABDE; }

 p { color: rgb(166,171,222); }

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

background-color css

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

 a { background-color: rgb(166,171,222); }

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

border-color css

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

 span { border-color: rgb(166,171,222); }

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