Html Css Color HEX #A6B0DC Perano

📋 copy color: '#A6B0DC'

red 166 ◦ green 176 ◦ blue 220

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

Shades of Perano #A6B0DC

Tints of Perano #A6B0DC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.32%

 BLUE value IS 220 (86.33% from 255) = 39.15%

R = 29.54%
G = 31.32%
B = 39.15%

CMYK

 C value IS 0.25

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A6B0DC (or 0xA6B0DC) is known color: Perano. HEX triplet: A6, B0 and DC. RGB value is (166,176,220). Sum of RGB (Red+Green+Blue) = 166+176+220=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 176 (69.14% from 255 or 31.32% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #A6B0DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6B0DC is #594F23. Grayscale: #B1B1B1. Windows color (decimal): -5852964 or 14463142. OLE color: 14463142.

HSL color Cylindrical-coordinate representation of color #A6B0DC: hue angle of 228.89º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6B0DC is Cyan = 0.25, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 176 220 -
CMYK 0.25 0.2 0 0.14
HSL 228.89º 0.44% 0.76% -
HSV(B) 228.89º 0.25% 0.86% -
XYZ 44.17 44.32 73.94 -
YUV 178.03 151.69 119.42 -
System Red Green Blue C M Y K H S L
Decimal 166 176 220 0.25 0.2 0 0.14 228.89 0.44 0.76
Hex A6 B0 DC 19 14 0 E E5 2C 4C
Octal 246 260 334 31 24 0 16 345 54 114
Binary 10100110 10110000 11011100 11001 10100 0 1110 11100101 101100 1001100

Color Harmonies of #A6B0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B0DC

Black with #A6B0DC

Text Example


Text Example

White with #A6B0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B0DC; }

 p { color: rgb(166,176,220); }

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

background-color css

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

 a { background-color: rgb(166,176,220); }

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

border-color css

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

 span { border-color: rgb(166,176,220); }

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