Html Css Color HEX #A49FFB Perano

📋 copy color: '#A49FFB'

red 164 ◦ green 159 ◦ blue 251

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

Shades of Perano #A49FFB

Tints of Perano #A49FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.73%

R = 28.57%
G = 27.7%
B = 43.73%

CMYK

 C value IS 0.35

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A49FFB (or 0xA49FFB) is known color: Perano. HEX triplet: A4, 9F and FB. RGB value is (164,159,251). Sum of RGB (Red+Green+Blue) = 164+159+251=574 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.57% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #A49FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49FFB is #5B6004. Grayscale: #AAAAAA. Windows color (decimal): -5988357 or 16490404. OLE color: 16490404.

HSL color Cylindrical-coordinate representation of color #A49FFB: hue angle of 243.26º degrees, saturation: 0.92, 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 #A49FFB is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 159 251 -
CMYK 0.35 0.37 0 0.02
HSL 243.26º 0.92% 0.8% -
HSV(B) 243.26º 0.37% 0.98% -
XYZ 45.12 39.65 96.54 -
YUV 170.98 173.16 123.02 -
System Red Green Blue C M Y K H S L
Decimal 164 159 251 0.35 0.37 0 0.02 243.26 0.92 0.8
Hex A4 9F FB 23 25 0 2 F3 5C 50
Octal 244 237 373 43 45 0 2 363 134 120
Binary 10100100 10011111 11111011 100011 100101 0 10 11110011 1011100 1010000

Color Harmonies of #A49FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49FFB

Black with #A49FFB

Text Example


Text Example

White with #A49FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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