Html Css Color HEX #A6ADDE Perano

📋 copy color: '#A6ADDE'

red 166 ◦ green 173 ◦ blue 222

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

Shades of Perano #A6ADDE

Tints of Perano #A6ADDE

RGB

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

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

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

R = 29.59%
G = 30.84%
B = 39.57%

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

#A6ADDE (or 0xA6ADDE) is known color: Perano. HEX triplet: A6, AD and DE. RGB value is (166,173,222). Sum of RGB (Red+Green+Blue) = 166+173+222=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #A6ADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ADDE is #595221. Grayscale: #B0B0B0. Windows color (decimal): -5853730 or 14593446. OLE color: 14593446.

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

Color convert

RGB 166 173 222 -
CMYK 0.25 0.22 0 0.13
HSL 232.5º 0.46% 0.76% -
HSV(B) 232.5º 0.25% 0.87% -
XYZ 43.85 43.27 75.15 -
YUV 176.49 153.68 120.52 -
System Red Green Blue C M Y K H S L
Decimal 166 173 222 0.25 0.22 0 0.13 232.5 0.46 0.76
Hex A6 AD DE 19 16 0 D E8 2E 4C
Octal 246 255 336 31 26 0 15 350 56 114
Binary 10100110 10101101 11011110 11001 10110 0 1101 11101000 101110 1001100

Color Harmonies of #A6ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ADDE

Black with #A6ADDE

Text Example


Text Example

White with #A6ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ADDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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