Html Css Color HEX #ADA8FF Perano

📋 copy color: '#ADA8FF'

red 173 ◦ green 168 ◦ blue 255

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

Shades of Perano #ADA8FF

Tints of Perano #ADA8FF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.19%

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

R = 29.03%
G = 28.19%
B = 42.79%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ADA8FF (or 0xADA8FF) is known color: Perano. HEX triplet: AD, A8 and FF. RGB value is (173,168,255). Sum of RGB (Red+Green+Blue) = 173+168+255=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 168 (66.02% from 255 or 28.19% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADA8FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA8FF is #525700. Grayscale: #B3B3B3. Windows color (decimal): -5396225 or 16754861. OLE color: 16754861.

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

Color convert

RGB 173 168 255 -
CMYK 0.32 0.34 0 0
HSL 243.45º 1% 0.83% -
HSV(B) 243.45º 0.34% 1% -
XYZ 49.29 44.11 100.52 -
YUV 179.41 170.66 123.43 -
System Red Green Blue C M Y K H S L
Decimal 173 168 255 0.32 0.34 0 0 243.45 1 0.83
Hex AD A8 FF 20 22 0 0 F3 64 53
Octal 255 250 377 40 42 0 0 363 144 123
Binary 10101101 10101000 11111111 100000 100010 0 0 11110011 1100100 1010011

Color Harmonies of #ADA8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA8FF

Black with #ADA8FF

Text Example


Text Example

White with #ADA8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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