Html Css Color HEX #A49FFA Perano

📋 copy color: '#A49FFA'

red 164 ◦ green 159 ◦ blue 250

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

Shades of Perano #A49FFA

Tints of Perano #A49FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.63%

R = 28.62%
G = 27.75%
B = 43.63%

CMYK

 C value IS 0.34

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A49FFA (or 0xA49FFA) is known color: Perano. HEX triplet: A4, 9F and FA. RGB value is (164,159,250). Sum of RGB (Red+Green+Blue) = 164+159+250=573 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.62% from 573); Green value is 159 (62.5% from 255 or 27.75% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #A49FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49FFA is #5B6005. Grayscale: #AAAAAA. Windows color (decimal): -5988358 or 16424868. OLE color: 16424868.

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

Color convert

RGB 164 159 250 -
CMYK 0.34 0.36 0 0.02
HSL 243.3º 0.9% 0.8% -
HSV(B) 243.3º 0.36% 0.98% -
XYZ 44.96 39.59 95.71 -
YUV 170.87 172.66 123.1 -
System Red Green Blue C M Y K H S L
Decimal 164 159 250 0.34 0.36 0 0.02 243.3 0.9 0.8
Hex A4 9F FA 22 24 0 2 F3 5A 50
Octal 244 237 372 42 44 0 2 363 132 120
Binary 10100100 10011111 11111010 100010 100100 0 10 11110011 1011010 1010000

Color Harmonies of #A49FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49FFA

Black with #A49FFA

Text Example


Text Example

White with #A49FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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