Html Css Color HEX #A491BC Cold Purple

📋 copy color: '#A491BC'

red 164 ◦ green 145 ◦ blue 188

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

Shades of Cold Purple #A491BC

Tints of Cold Purple #A491BC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.18%

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

R = 33%
G = 29.18%
B = 37.83%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A491BC (or 0xA491BC) is known color: Cold Purple. HEX triplet: A4, 91 and BC. RGB value is (164,145,188). Sum of RGB (Red+Green+Blue) = 164+145+188=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #A491BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A491BC is #5B6E43. Grayscale: #9B9B9B. Windows color (decimal): -5992004 or 12358052. OLE color: 12358052.

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

Color convert

RGB 164 145 188 -
CMYK 0.13 0.23 0 0.26
HSL 266.51º 0.24% 0.65% -
HSV(B) 266.51º 0.23% 0.74% -
XYZ 34.51 31.77 51.89 -
YUV 155.58 146.29 134 -
System Red Green Blue C M Y K H S L
Decimal 164 145 188 0.13 0.23 0 0.26 266.51 0.24 0.65
Hex A4 91 BC D 17 0 1A 10B 18 41
Octal 244 221 274 15 27 0 32 413 30 101
Binary 10100100 10010001 10111100 1101 10111 0 11010 100001011 11000 1000001

Color Harmonies of #A491BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A491BC

Black with #A491BC

Text Example


Text Example

White with #A491BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A491BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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