Html Css Color HEX #A49FFE Perano

📋 copy color: '#A49FFE'

red 164 ◦ green 159 ◦ blue 254

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

Shades of Perano #A49FFE

Tints of Perano #A49FFE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.56%

 BLUE value IS 254 (99.61% from 255) = 44.02%

R = 28.42%
G = 27.56%
B = 44.02%

CMYK

 C value IS 0.35

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A49FFE (or 0xA49FFE) is known color: Perano. HEX triplet: A4, 9F and FE. RGB value is (164,159,254). Sum of RGB (Red+Green+Blue) = 164+159+254=577 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.42% from 577); Green value is 159 (62.5% from 255 or 27.56% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #A49FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49FFE is #5B6001. Grayscale: #AAAAAA. Windows color (decimal): -5988354 or 16687012. OLE color: 16687012.

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

Color convert

RGB 164 159 254 -
CMYK 0.35 0.37 0 0.00
HSL 243.16º 0.98% 0.81% -
HSV(B) 243.16º 0.37% 1% -
XYZ 45.6 39.84 99.05 -
YUV 171.33 174.66 122.78 -
System Red Green Blue C M Y K H S L
Decimal 164 159 254 0.35 0.37 0 0.00 243.16 0.98 0.81
Hex A4 9F FE 23 25 0 0 F3 62 51
Octal 244 237 376 43 45 0 0 363 142 121
Binary 10100100 10011111 11111110 100011 100101 0 0 11110011 1100010 1010001

Color Harmonies of #A49FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49FFE

Black with #A49FFE

Text Example


Text Example

White with #A49FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49FFE; }

 p { color: rgb(164,159,254); }

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

background-color css

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

 a { background-color: rgb(164,159,254); }

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

border-color css

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

 span { border-color: rgb(164,159,254); }

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