Html Css Color HEX #A290BC Cold Purple

📋 copy color: '#A290BC'

red 162 ◦ green 144 ◦ blue 188

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

Shades of Cold Purple #A290BC

Tints of Cold Purple #A290BC

RGB

 RED value IS 162 (63.67% from 255) = 32.79%

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

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

R = 32.79%
G = 29.15%
B = 38.06%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A290BC (or 0xA290BC) is known color: Cold Purple. HEX triplet: A2, 90 and BC. RGB value is (162,144,188). Sum of RGB (Red+Green+Blue) = 162+144+188=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #A290BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A290BC is #5D6F43. Grayscale: #9A9A9A. Windows color (decimal): -6123332 or 12357794. OLE color: 12357794.

HSL color Cylindrical-coordinate representation of color #A290BC: hue angle of 264.55º degrees, saturation: 0.25, 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 #A290BC is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 144 188 -
CMYK 0.14 0.23 0 0.26
HSL 264.55º 0.25% 0.65% -
HSV(B) 264.55º 0.23% 0.74% -
XYZ 33.95 31.26 51.82 -
YUV 154.4 146.96 133.42 -
System Red Green Blue C M Y K H S L
Decimal 162 144 188 0.14 0.23 0 0.26 264.55 0.25 0.65
Hex A2 90 BC E 17 0 1A 109 19 41
Octal 242 220 274 16 27 0 32 411 31 101
Binary 10100010 10010000 10111100 1110 10111 0 11010 100001001 11001 1000001

Color Harmonies of #A290BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A290BC

Black with #A290BC

Text Example


Text Example

White with #A290BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A290BC; }

 p { color: rgb(162,144,188); }

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

background-color css

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

 a { background-color: rgb(162,144,188); }

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

border-color css

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

 span { border-color: rgb(162,144,188); }

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