Html Css Color HEX #A49DF9 Perano

📋 copy color: '#A49DF9'

red 164 ◦ green 157 ◦ blue 249

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

Shades of Perano #A49DF9

Tints of Perano #A49DF9

RGB

 RED value IS 164 (64.45% from 255) = 28.77%

 GREEN value IS 157 (61.72% from 255) = 27.54%

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

R = 28.77%
G = 27.54%
B = 43.68%

CMYK

 C value IS 0.34

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A49DF9 (or 0xA49DF9) is known color: Perano. HEX triplet: A4, 9D and F9. RGB value is (164,157,249). Sum of RGB (Red+Green+Blue) = 164+157+249=570 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.77% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #A49DF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49DF9 is #5B6206. Grayscale: #A9A9A9. Windows color (decimal): -5988871 or 16358820. OLE color: 16358820.

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

Color convert

RGB 164 157 249 -
CMYK 0.34 0.37 0 0.02
HSL 244.57º 0.88% 0.8% -
HSV(B) 244.57º 0.37% 0.98% -
XYZ 44.47 38.85 94.78 -
YUV 169.58 172.82 124.02 -
System Red Green Blue C M Y K H S L
Decimal 164 157 249 0.34 0.37 0 0.02 244.57 0.88 0.8
Hex A4 9D F9 22 25 0 2 F5 58 50
Octal 244 235 371 42 45 0 2 365 130 120
Binary 10100100 10011101 11111001 100010 100101 0 10 11110101 1011000 1010000

Color Harmonies of #A49DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49DF9

Black with #A49DF9

Text Example


Text Example

White with #A49DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49DF9; }

 p { color: rgb(164,157,249); }

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

background-color css

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

 a { background-color: rgb(164,157,249); }

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

border-color css

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

 span { border-color: rgb(164,157,249); }

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