Html Css Color HEX #ADAAFA Perano

📋 copy color: '#ADAAFA'

red 173 ◦ green 170 ◦ blue 250

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

Shades of Perano #ADAAFA

Tints of Perano #ADAAFA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.67%

 BLUE value IS 250 (98.05% from 255) = 42.16%

R = 29.17%
G = 28.67%
B = 42.16%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADAAFA (or 0xADAAFA) is known color: Perano. HEX triplet: AD, AA and FA. RGB value is (173,170,250). Sum of RGB (Red+Green+Blue) = 173+170+250=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADAAFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADAAFA is #525505. Grayscale: #B3B3B3. Windows color (decimal): -5395718 or 16427693. OLE color: 16427693.

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

Color convert

RGB 173 170 250 -
CMYK 0.31 0.32 0 0.02
HSL 242.25º 0.89% 0.82% -
HSV(B) 242.25º 0.32% 0.98% -
XYZ 48.86 44.54 96.46 -
YUV 180.02 167.49 123 -
System Red Green Blue C M Y K H S L
Decimal 173 170 250 0.31 0.32 0 0.02 242.25 0.89 0.82
Hex AD AA FA 1F 20 0 2 F2 59 52
Octal 255 252 372 37 40 0 2 362 131 122
Binary 10101101 10101010 11111010 11111 100000 0 10 11110010 1011001 1010010

Color Harmonies of #ADAAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAAFA

Black with #ADAAFA

Text Example


Text Example

White with #ADAAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAAFA; }

 p { color: rgb(173,170,250); }

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

background-color css

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

 a { background-color: rgb(173,170,250); }

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

border-color css

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

 span { border-color: rgb(173,170,250); }

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