Html Css Color HEX #A49BBC Cold Purple

📋 copy color: '#A49BBC'

red 164 ◦ green 155 ◦ blue 188

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

Shades of Cold Purple #A49BBC

Tints of Cold Purple #A49BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.08%

R = 32.35%
G = 30.57%
B = 37.08%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A49BBC (or 0xA49BBC) is known color: Cold Purple. HEX triplet: A4, 9B and BC. RGB value is (164,155,188). Sum of RGB (Red+Green+Blue) = 164+155+188=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 188 - color contains mainly: blue. Hex color #A49BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49BBC is #5B6443. Grayscale: #A1A1A1. Windows color (decimal): -5989444 or 12360612. OLE color: 12360612.

HSL color Cylindrical-coordinate representation of color #A49BBC: hue angle of 256.36º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A49BBC is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 155 188 -
CMYK 0.13 0.18 0 0.26
HSL 256.36º 0.2% 0.67% -
HSV(B) 256.36º 0.18% 0.74% -
XYZ 36.11 34.97 52.42 -
YUV 161.45 142.98 129.82 -
System Red Green Blue C M Y K H S L
Decimal 164 155 188 0.13 0.18 0 0.26 256.36 0.2 0.67
Hex A4 9B BC D 12 0 1A 100 14 43
Octal 244 233 274 15 22 0 32 400 24 103
Binary 10100100 10011011 10111100 1101 10010 0 11010 100000000 10100 1000011

Color Harmonies of #A49BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49BBC

Black with #A49BBC

Text Example


Text Example

White with #A49BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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