Html Css Color HEX #ADA2F9 Perano

📋 copy color: '#ADA2F9'

red 173 ◦ green 162 ◦ blue 249

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

Shades of Perano #ADA2F9

Tints of Perano #ADA2F9

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.74%

 BLUE value IS 249 (97.66% from 255) = 42.64%

R = 29.62%
G = 27.74%
B = 42.64%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADA2F9 (or 0xADA2F9) is known color: Perano. HEX triplet: AD, A2 and F9. RGB value is (173,162,249). Sum of RGB (Red+Green+Blue) = 173+162+249=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 162 (63.67% from 255 or 27.74% from 584); Blue value is 249 (97.66% from 255 or 42.64% from 584); Max value from RGB is 249 - color contains mainly: blue. Hex color #ADA2F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA2F9 is #525D06. Grayscale: #AEAEAE. Windows color (decimal): -5397767 or 16360109. OLE color: 16360109.

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

Color convert

RGB 173 162 249 -
CMYK 0.31 0.35 0 0.02
HSL 247.59º 0.88% 0.81% -
HSV(B) 247.59º 0.35% 0.98% -
XYZ 47.25 41.56 95.15 -
YUV 175.21 169.64 126.43 -
System Red Green Blue C M Y K H S L
Decimal 173 162 249 0.31 0.35 0 0.02 247.59 0.88 0.81
Hex AD A2 F9 1F 23 0 2 F8 58 51
Octal 255 242 371 37 43 0 2 370 130 121
Binary 10101101 10100010 11111001 11111 100011 0 10 11111000 1011000 1010001

Color Harmonies of #ADA2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA2F9

Black with #ADA2F9

Text Example


Text Example

White with #ADA2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA2F9; }

 p { color: rgb(173,162,249); }

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

background-color css

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

 a { background-color: rgb(173,162,249); }

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

border-color css

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

 span { border-color: rgb(173,162,249); }

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