Html Css Color HEX #ADA6FF Perano

📋 copy color: '#ADA6FF'

red 173 ◦ green 166 ◦ blue 255

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

Shades of Perano #ADA6FF

Tints of Perano #ADA6FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.93%

R = 29.12%
G = 27.95%
B = 42.93%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ADA6FF (or 0xADA6FF) is known color: Perano. HEX triplet: AD, A6 and FF. RGB value is (173,166,255). Sum of RGB (Red+Green+Blue) = 173+166+255=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 166 (65.23% from 255 or 27.95% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADA6FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA6FF is #525900. Grayscale: #B1B1B1. Windows color (decimal): -5396737 or 16754349. OLE color: 16754349.

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

Color convert

RGB 173 166 255 -
CMYK 0.32 0.35 0 0
HSL 244.72º 1% 0.83% -
HSV(B) 244.72º 0.35% 1% -
XYZ 48.92 43.38 100.4 -
YUV 178.24 171.32 124.26 -
System Red Green Blue C M Y K H S L
Decimal 173 166 255 0.32 0.35 0 0 244.72 1 0.83
Hex AD A6 FF 20 23 0 0 F5 64 53
Octal 255 246 377 40 43 0 0 365 144 123
Binary 10101101 10100110 11111111 100000 100011 0 0 11110101 1100100 1010011

Color Harmonies of #ADA6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA6FF

Black with #ADA6FF

Text Example


Text Example

White with #ADA6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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