Html Css Color HEX #A49EF6 Perano

📋 copy color: '#A49EF6'

red 164 ◦ green 158 ◦ blue 246

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

Shades of Perano #A49EF6

Tints of Perano #A49EF6

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.82%

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

R = 28.87%
G = 27.82%
B = 43.31%

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

#A49EF6 (or 0xA49EF6) is known color: Perano. HEX triplet: A4, 9E and F6. RGB value is (164,158,246). Sum of RGB (Red+Green+Blue) = 164+158+246=568 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.87% from 568); Green value is 158 (62.11% from 255 or 27.82% from 568); Blue value is 246 (96.48% from 255 or 43.31% from 568); Max value from RGB is 246 - color contains mainly: blue. Hex color #A49EF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49EF6 is #5B6109. Grayscale: #A9A9A9. Windows color (decimal): -5988618 or 16162468. OLE color: 16162468.

HSL color Cylindrical-coordinate representation of color #A49EF6: hue angle of 244.09º 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 #A49EF6 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 164 158 246 -
CMYK 0.33 0.36 0 0.04
HSL 244.09º 0.83% 0.79% -
HSV(B) 244.09º 0.36% 0.96% -
XYZ 44.17 39 92.39 -
YUV 169.83 170.99 123.84 -
System Red Green Blue C M Y K H S L
Decimal 164 158 246 0.33 0.36 0 0.04 244.09 0.83 0.79
Hex A4 9E F6 21 24 0 4 F4 53 4F
Octal 244 236 366 41 44 0 4 364 123 117
Binary 10100100 10011110 11110110 100001 100100 0 100 11110100 1010011 1001111

Color Harmonies of #A49EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49EF6

Black with #A49EF6

Text Example


Text Example

White with #A49EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49EF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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