Html Css Color HEX #A6ADFC Perano

📋 copy color: '#A6ADFC'

red 166 ◦ green 173 ◦ blue 252

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

Shades of Perano #A6ADFC

Tints of Perano #A6ADFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.64%

R = 28.09%
G = 29.27%
B = 42.64%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A6ADFC (or 0xA6ADFC) is known color: Perano. HEX triplet: A6, AD and FC. RGB value is (166,173,252). Sum of RGB (Red+Green+Blue) = 166+173+252=591 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.09% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #A6ADFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ADFC is #595203. Grayscale: #B3B3B3. Windows color (decimal): -5853700 or 16559526. OLE color: 16559526.

HSL color Cylindrical-coordinate representation of color #A6ADFC: hue angle of 235.12º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6ADFC is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 173 252 -
CMYK 0.34 0.31 0 0.01
HSL 235.12º 0.93% 0.82% -
HSV(B) 235.12º 0.34% 0.99% -
XYZ 48.24 45.02 98.24 -
YUV 179.91 168.68 118.08 -
System Red Green Blue C M Y K H S L
Decimal 166 173 252 0.34 0.31 0 0.01 235.12 0.93 0.82
Hex A6 AD FC 22 1F 0 1 EB 5D 52
Octal 246 255 374 42 37 0 1 353 135 122
Binary 10100110 10101101 11111100 100010 11111 0 1 11101011 1011101 1010010

Color Harmonies of #A6ADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ADFC

Black with #A6ADFC

Text Example


Text Example

White with #A6ADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ADFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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