Html Css Color HEX #A6ADFE Perano

📋 copy color: '#A6ADFE'

red 166 ◦ green 173 ◦ blue 254

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

Shades of Perano #A6ADFE

Tints of Perano #A6ADFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.83%

R = 27.99%
G = 29.17%
B = 42.83%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A6ADFE (or 0xA6ADFE) is known color: Perano. HEX triplet: A6, AD and FE. RGB value is (166,173,254). Sum of RGB (Red+Green+Blue) = 166+173+254=593 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.99% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6ADFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ADFE is #595201. Grayscale: #B3B3B3. Windows color (decimal): -5853698 or 16690598. OLE color: 16690598.

HSL color Cylindrical-coordinate representation of color #A6ADFE: hue angle of 235.23º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6ADFE is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 166 173 254 -
CMYK 0.35 0.32 0 0.00
HSL 235.23º 0.98% 0.82% -
HSV(B) 235.23º 0.35% 1% -
XYZ 48.56 45.15 99.92 -
YUV 180.14 169.68 117.91 -
System Red Green Blue C M Y K H S L
Decimal 166 173 254 0.35 0.32 0 0.00 235.23 0.98 0.82
Hex A6 AD FE 23 20 0 0 EB 62 52
Octal 246 255 376 43 40 0 0 353 142 122
Binary 10100110 10101101 11111110 100011 100000 0 0 11101011 1100010 1010010

Color Harmonies of #A6ADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ADFE

Black with #A6ADFE

Text Example


Text Example

White with #A6ADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ADFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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