Html Css Color HEX #ADA9F2 Perano

📋 copy color: '#ADA9F2'

red 173 ◦ green 169 ◦ blue 242

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

Shades of Perano #ADA9F2

Tints of Perano #ADA9F2

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.94%

 BLUE value IS 242 (94.92% from 255) = 41.44%

R = 29.62%
G = 28.94%
B = 41.44%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADA9F2 (or 0xADA9F2) is known color: Perano. HEX triplet: AD, A9 and F2. RGB value is (173,169,242). Sum of RGB (Red+Green+Blue) = 173+169+242=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 169 (66.41% from 255 or 28.94% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADA9F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADA9F2 is #52560D. Grayscale: #B2B2B2. Windows color (decimal): -5395982 or 15903149. OLE color: 15903149.

HSL color Cylindrical-coordinate representation of color #ADA9F2: hue angle of 243.29º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADA9F2 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 169 242 -
CMYK 0.29 0.30 0 0.05
HSL 243.29º 0.74% 0.81% -
HSV(B) 243.29º 0.3% 0.95% -
XYZ 47.45 43.67 89.93 -
YUV 178.52 163.83 124.06 -
System Red Green Blue C M Y K H S L
Decimal 173 169 242 0.29 0.30 0 0.05 243.29 0.74 0.81
Hex AD A9 F2 1D 1E 0 5 F3 4A 51
Octal 255 251 362 35 36 0 5 363 112 121
Binary 10101101 10101001 11110010 11101 11110 0 101 11110011 1001010 1010001

Color Harmonies of #ADA9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA9F2

Black with #ADA9F2

Text Example


Text Example

White with #ADA9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA9F2; }

 p { color: rgb(173,169,242); }

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

background-color css

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

 a { background-color: rgb(173,169,242); }

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

border-color css

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

 span { border-color: rgb(173,169,242); }

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