Html Css Color HEX #A490BF Cold Purple

📋 copy color: '#A490BF'

red 164 ◦ green 144 ◦ blue 191

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

Shades of Cold Purple #A490BF

Tints of Cold Purple #A490BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.28%

R = 32.87%
G = 28.86%
B = 38.28%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A490BF (or 0xA490BF) is known color: Cold Purple. HEX triplet: A4, 90 and BF. RGB value is (164,144,191). Sum of RGB (Red+Green+Blue) = 164+144+191=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #A490BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A490BF is #5B6F40. Grayscale: #9B9B9B. Windows color (decimal): -5992257 or 12554404. OLE color: 12554404.

HSL color Cylindrical-coordinate representation of color #A490BF: hue angle of 265.53º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A490BF is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 144 191 -
CMYK 0.14 0.25 0 0.25
HSL 265.53º 0.27% 0.66% -
HSV(B) 265.53º 0.25% 0.75% -
XYZ 34.69 31.6 53.56 -
YUV 155.34 148.13 134.18 -
System Red Green Blue C M Y K H S L
Decimal 164 144 191 0.14 0.25 0 0.25 265.53 0.27 0.66
Hex A4 90 BF E 19 0 19 10A 1B 42
Octal 244 220 277 16 31 0 31 412 33 102
Binary 10100100 10010000 10111111 1110 11001 0 11001 100001010 11011 1000010

Color Harmonies of #A490BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A490BF

Black with #A490BF

Text Example


Text Example

White with #A490BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A490BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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