Html Css Color HEX #A6ADF6 Perano

📋 copy color: '#A6ADF6'

red 166 ◦ green 173 ◦ blue 246

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

Shades of Perano #A6ADF6

Tints of Perano #A6ADF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.05%

R = 28.38%
G = 29.57%
B = 42.05%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A6ADF6 (or 0xA6ADF6) is known color: Perano. HEX triplet: A6, AD and F6. RGB value is (166,173,246). Sum of RGB (Red+Green+Blue) = 166+173+246=585 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.38% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 246 (96.48% from 255 or 42.05% from 585); Max value from RGB is 246 - color contains mainly: blue. Hex color #A6ADF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ADF6 is #595209. Grayscale: #B2B2B2. Windows color (decimal): -5853706 or 16166310. OLE color: 16166310.

HSL color Cylindrical-coordinate representation of color #A6ADF6: hue angle of 234.75º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6ADF6 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 173 246 -
CMYK 0.33 0.30 0 0.04
HSL 234.75º 0.82% 0.81% -
HSV(B) 234.75º 0.33% 0.96% -
XYZ 47.3 44.65 93.31 -
YUV 179.23 165.68 118.56 -
System Red Green Blue C M Y K H S L
Decimal 166 173 246 0.33 0.30 0 0.04 234.75 0.82 0.81
Hex A6 AD F6 21 1E 0 4 EB 52 51
Octal 246 255 366 41 36 0 4 353 122 121
Binary 10100110 10101101 11110110 100001 11110 0 100 11101011 1010010 1010001

Color Harmonies of #A6ADF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ADF6

Black with #A6ADF6

Text Example


Text Example

White with #A6ADF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ADF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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