Html Css Color HEX #A490BD Cold Purple

📋 copy color: '#A490BD'

red 164 ◦ green 144 ◦ blue 189

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

Shades of Cold Purple #A490BD

Tints of Cold Purple #A490BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.03%

R = 33%
G = 28.97%
B = 38.03%

CMYK

 C value IS 0.13

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A490BD (or 0xA490BD) is known color: Cold Purple. HEX triplet: A4, 90 and BD. RGB value is (164,144,189). Sum of RGB (Red+Green+Blue) = 164+144+189=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #A490BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A490BD is #5B6F42. Grayscale: #9A9A9A. Windows color (decimal): -5992259 or 12423332. OLE color: 12423332.

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

Color convert

RGB 164 144 189 -
CMYK 0.13 0.24 0 0.26
HSL 266.67º 0.25% 0.65% -
HSV(B) 266.67º 0.24% 0.74% -
XYZ 34.47 31.51 52.41 -
YUV 155.11 147.13 134.34 -
System Red Green Blue C M Y K H S L
Decimal 164 144 189 0.13 0.24 0 0.26 266.67 0.25 0.65
Hex A4 90 BD D 18 0 1A 10B 19 41
Octal 244 220 275 15 30 0 32 413 31 101
Binary 10100100 10010000 10111101 1101 11000 0 11010 100001011 11001 1000001

Color Harmonies of #A490BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A490BD

Black with #A490BD

Text Example


Text Example

White with #A490BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A490BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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