Html Css Color HEX #A49BFD Perano

📋 copy color: '#A49BFD'

red 164 ◦ green 155 ◦ blue 253

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

Shades of Perano #A49BFD

Tints of Perano #A49BFD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.1%

 BLUE value IS 253 (99.22% from 255) = 44.23%

R = 28.67%
G = 27.1%
B = 44.23%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A49BFD (or 0xA49BFD) is known color: Perano. HEX triplet: A4, 9B and FD. RGB value is (164,155,253). Sum of RGB (Red+Green+Blue) = 164+155+253=572 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.67% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #A49BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A49BFD is #5B6402. Grayscale: #A8A8A8. Windows color (decimal): -5989379 or 16620452. OLE color: 16620452.

HSL color Cylindrical-coordinate representation of color #A49BFD: hue angle of 245.51º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A49BFD is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 164 155 253 -
CMYK 0.35 0.39 0 0.01
HSL 245.51º 0.96% 0.8% -
HSV(B) 245.51º 0.39% 0.99% -
XYZ 44.76 38.43 97.99 -
YUV 168.86 175.48 124.53 -
System Red Green Blue C M Y K H S L
Decimal 164 155 253 0.35 0.39 0 0.01 245.51 0.96 0.8
Hex A4 9B FD 23 27 0 1 F6 60 50
Octal 244 233 375 43 47 0 1 366 140 120
Binary 10100100 10011011 11111101 100011 100111 0 1 11110110 1100000 1010000

Color Harmonies of #A49BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49BFD

Black with #A49BFD

Text Example


Text Example

White with #A49BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49BFD; }

 p { color: rgb(164,155,253); }

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

background-color css

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

 a { background-color: rgb(164,155,253); }

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

border-color css

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

 span { border-color: rgb(164,155,253); }

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