Html Css Color HEX #A49DF6 Perano

📋 copy color: '#A49DF6'

red 164 ◦ green 157 ◦ blue 246

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

Shades of Perano #A49DF6

Tints of Perano #A49DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.39%

R = 28.92%
G = 27.69%
B = 43.39%

CMYK

 C value IS 0.33

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A49DF6 (or 0xA49DF6) is known color: Perano. HEX triplet: A4, 9D and F6. RGB value is (164,157,246). Sum of RGB (Red+Green+Blue) = 164+157+246=567 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.92% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 246 (96.48% from 255 or 43.39% from 567); Max value from RGB is 246 - color contains mainly: blue. Hex color #A49DF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49DF6 is #5B6209. Grayscale: #A8A8A8. Windows color (decimal): -5988874 or 16162212. OLE color: 16162212.

HSL color Cylindrical-coordinate representation of color #A49DF6: hue angle of 244.72º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A49DF6 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 164 157 246 -
CMYK 0.33 0.36 0 0.04
HSL 244.72º 0.83% 0.79% -
HSV(B) 244.72º 0.36% 0.96% -
XYZ 44 38.66 92.33 -
YUV 169.24 171.32 124.26 -
System Red Green Blue C M Y K H S L
Decimal 164 157 246 0.33 0.36 0 0.04 244.72 0.83 0.79
Hex A4 9D F6 21 24 0 4 F5 53 4F
Octal 244 235 366 41 44 0 4 365 123 117
Binary 10100100 10011101 11110110 100001 100100 0 100 11110101 1010011 1001111

Color Harmonies of #A49DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49DF6

Black with #A49DF6

Text Example


Text Example

White with #A49DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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