Html Css Color HEX #A6ABDD Perano

📋 copy color: '#A6ABDD'

red 166 ◦ green 171 ◦ blue 221

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

Shades of Perano #A6ABDD

Tints of Perano #A6ABDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.61%

R = 29.75%
G = 30.65%
B = 39.61%

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

#A6ABDD (or 0xA6ABDD) is known color: Perano. HEX triplet: A6, AB and DD. RGB value is (166,171,221). Sum of RGB (Red+Green+Blue) = 166+171+221=558 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.75% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #A6ABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ABDD is #595422. Grayscale: #AFAFAF. Windows color (decimal): -5854243 or 14527398. OLE color: 14527398.

HSL color Cylindrical-coordinate representation of color #A6ABDD: hue angle of 234.55º degrees, saturation: 0.45, 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 #A6ABDD is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 171 221 -
CMYK 0.25 0.23 0 0.13
HSL 234.55º 0.45% 0.76% -
HSV(B) 234.55º 0.25% 0.87% -
XYZ 43.34 42.45 74.32 -
YUV 175.21 153.84 121.43 -
System Red Green Blue C M Y K H S L
Decimal 166 171 221 0.25 0.23 0 0.13 234.55 0.45 0.76
Hex A6 AB DD 19 17 0 D EB 2D 4C
Octal 246 253 335 31 27 0 15 353 55 114
Binary 10100110 10101011 11011101 11001 10111 0 1101 11101011 101101 1001100

Color Harmonies of #A6ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ABDD

Black with #A6ABDD

Text Example


Text Example

White with #A6ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ABDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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