Html Css Color HEX #A49EFB Perano

📋 copy color: '#A49EFB'

red 164 ◦ green 158 ◦ blue 251

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

Shades of Perano #A49EFB

Tints of Perano #A49EFB

RGB

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

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

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

R = 28.62%
G = 27.57%
B = 43.8%

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

#A49EFB (or 0xA49EFB) is known color: Perano. HEX triplet: A4, 9E and FB. RGB value is (164,158,251). Sum of RGB (Red+Green+Blue) = 164+158+251=573 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.62% from 573); Green value is 158 (62.11% from 255 or 27.57% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #A49EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49EFB is #5B6104. Grayscale: #AAAAAA. Windows color (decimal): -5988613 or 16490148. OLE color: 16490148.

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

Color convert

RGB 164 158 251 -
CMYK 0.35 0.37 0 0.02
HSL 243.87º 0.92% 0.8% -
HSV(B) 243.87º 0.37% 0.98% -
XYZ 44.95 39.31 96.49 -
YUV 170.4 173.49 123.44 -
System Red Green Blue C M Y K H S L
Decimal 164 158 251 0.35 0.37 0 0.02 243.87 0.92 0.8
Hex A4 9E FB 23 25 0 2 F4 5C 50
Octal 244 236 373 43 45 0 2 364 134 120
Binary 10100100 10011110 11111011 100011 100101 0 10 11110100 1011100 1010000

Color Harmonies of #A49EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49EFB

Black with #A49EFB

Text Example


Text Example

White with #A49EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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