Html Css Color HEX #A6ADDD Perano

📋 copy color: '#A6ADDD'

red 166 ◦ green 173 ◦ blue 221

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

Shades of Perano #A6ADDD

Tints of Perano #A6ADDD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.89%

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

R = 29.64%
G = 30.89%
B = 39.46%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A6ADDD (or 0xA6ADDD) is known color: Perano. HEX triplet: A6, AD and DD. RGB value is (166,173,221). Sum of RGB (Red+Green+Blue) = 166+173+221=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #A6ADDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ADDD is #595222. Grayscale: #B0B0B0. Windows color (decimal): -5853731 or 14527910. OLE color: 14527910.

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

Color convert

RGB 166 173 221 -
CMYK 0.25 0.22 0 0.13
HSL 232.36º 0.45% 0.76% -
HSV(B) 232.36º 0.25% 0.87% -
XYZ 43.72 43.21 74.44 -
YUV 176.38 153.18 120.6 -
System Red Green Blue C M Y K H S L
Decimal 166 173 221 0.25 0.22 0 0.13 232.36 0.45 0.76
Hex A6 AD DD 19 16 0 D E8 2D 4C
Octal 246 255 335 31 26 0 15 350 55 114
Binary 10100110 10101101 11011101 11001 10110 0 1101 11101000 101101 1001100

Color Harmonies of #A6ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ADDD

Black with #A6ADDD

Text Example


Text Example

White with #A6ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ADDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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