Html Css Color HEX #A491C2 Cold Purple

📋 copy color: '#A491C2'

red 164 ◦ green 145 ◦ blue 194

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

Shades of Cold Purple #A491C2

Tints of Cold Purple #A491C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.57%

R = 32.6%
G = 28.83%
B = 38.57%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A491C2 (or 0xA491C2) is known color: Cold Purple. HEX triplet: A4, 91 and C2. RGB value is (164,145,194). Sum of RGB (Red+Green+Blue) = 164+145+194=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 194 - color contains mainly: blue. Hex color #A491C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A491C2 is #5B6E3D. Grayscale: #9C9C9C. Windows color (decimal): -5991998 or 12751268. OLE color: 12751268.

HSL color Cylindrical-coordinate representation of color #A491C2: hue angle of 263.27º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A491C2 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 145 194 -
CMYK 0.15 0.25 0 0.24
HSL 263.27º 0.29% 0.66% -
HSV(B) 263.27º 0.25% 0.76% -
XYZ 35.17 32.04 55.37 -
YUV 156.27 149.29 133.52 -
System Red Green Blue C M Y K H S L
Decimal 164 145 194 0.15 0.25 0 0.24 263.27 0.29 0.66
Hex A4 91 C2 F 19 0 18 107 1D 42
Octal 244 221 302 17 31 0 30 407 35 102
Binary 10100100 10010001 11000010 1111 11001 0 11000 100000111 11101 1000010

Color Harmonies of #A491C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A491C2

Black with #A491C2

Text Example


Text Example

White with #A491C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A491C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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