Html Css Color HEX #ADA6FE Perano

📋 copy color: '#ADA6FE'

red 173 ◦ green 166 ◦ blue 254

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

Shades of Perano #ADA6FE

Tints of Perano #ADA6FE

RGB

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

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

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

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

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ADA6FE (or 0xADA6FE) is known color: Perano. HEX triplet: AD, A6 and FE. RGB value is (173,166,254). Sum of RGB (Red+Green+Blue) = 173+166+254=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 166 (65.23% from 255 or 27.99% 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 #ADA6FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA6FE is #525901. Grayscale: #B1B1B1. Windows color (decimal): -5396738 or 16688813. OLE color: 16688813.

HSL color Cylindrical-coordinate representation of color #ADA6FE: hue angle of 244.77º 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 #ADA6FE is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 173 166 254 -
CMYK 0.32 0.35 0 0.00
HSL 244.77º 0.98% 0.82% -
HSV(B) 244.77º 0.35% 1% -
XYZ 48.76 43.31 99.56 -
YUV 178.13 170.82 124.34 -
System Red Green Blue C M Y K H S L
Decimal 173 166 254 0.32 0.35 0 0.00 244.77 0.98 0.82
Hex AD A6 FE 20 23 0 0 F5 62 52
Octal 255 246 376 40 43 0 0 365 142 122
Binary 10101101 10100110 11111110 100000 100011 0 0 11110101 1100010 1010010

Color Harmonies of #ADA6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA6FE

Black with #ADA6FE

Text Example


Text Example

White with #ADA6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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