Html Css Color HEX #A490C3 Cold Purple

📋 copy color: '#A490C3'

red 164 ◦ green 144 ◦ blue 195

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

Shades of Cold Purple #A490C3

Tints of Cold Purple #A490C3

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.63%

 BLUE value IS 195 (76.56% from 255) = 38.77%

R = 32.6%
G = 28.63%
B = 38.77%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A490C3 (or 0xA490C3) is known color: Cold Purple. HEX triplet: A4, 90 and C3. RGB value is (164,144,195). Sum of RGB (Red+Green+Blue) = 164+144+195=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 195 - color contains mainly: blue. Hex color #A490C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A490C3 is #5B6F3C. Grayscale: #9B9B9B. Windows color (decimal): -5992253 or 12816548. OLE color: 12816548.

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

Color convert

RGB 164 144 195 -
CMYK 0.16 0.26 0 0.24
HSL 263.53º 0.3% 0.66% -
HSV(B) 263.53º 0.26% 0.76% -
XYZ 35.13 31.78 55.91 -
YUV 155.79 150.13 133.85 -
System Red Green Blue C M Y K H S L
Decimal 164 144 195 0.16 0.26 0 0.24 263.53 0.3 0.66
Hex A4 90 C3 10 1A 0 18 108 1E 42
Octal 244 220 303 20 32 0 30 410 36 102
Binary 10100100 10010000 11000011 10000 11010 0 11000 100001000 11110 1000010

Color Harmonies of #A490C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A490C3

Black with #A490C3

Text Example


Text Example

White with #A490C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A490C3; }

 p { color: rgb(164,144,195); }

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

background-color css

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

 a { background-color: rgb(164,144,195); }

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

border-color css

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

 span { border-color: rgb(164,144,195); }

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