Html Css Color HEX #A289CA Cold Purple

📋 copy color: '#A289CA'

red 162 ◦ green 137 ◦ blue 202

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

Shades of Cold Purple #A289CA

Tints of Cold Purple #A289CA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.35%

 BLUE value IS 202 (79.3% from 255) = 40.32%

R = 32.34%
G = 27.35%
B = 40.32%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A289CA (or 0xA289CA) is known color: Cold Purple. HEX triplet: A2, 89 and CA. RGB value is (162,137,202). Sum of RGB (Red+Green+Blue) = 162+137+202=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #A289CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A289CA is #5D7635. Grayscale: #979797. Windows color (decimal): -6125110 or 13273506. OLE color: 13273506.

HSL color Cylindrical-coordinate representation of color #A289CA: hue angle of 263.08º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A289CA is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 137 202 -
CMYK 0.20 0.32 0 0.21
HSL 263.08º 0.38% 0.66% -
HSV(B) 263.08º 0.32% 0.79% -
XYZ 34.51 29.84 59.82 -
YUV 151.89 156.28 135.21 -
System Red Green Blue C M Y K H S L
Decimal 162 137 202 0.20 0.32 0 0.21 263.08 0.38 0.66
Hex A2 89 CA 14 20 0 15 107 26 42
Octal 242 211 312 24 40 0 25 407 46 102
Binary 10100010 10001001 11001010 10100 100000 0 10101 100000111 100110 1000010

Color Harmonies of #A289CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A289CA

Black with #A289CA

Text Example


Text Example

White with #A289CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A289CA; }

 p { color: rgb(162,137,202); }

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

background-color css

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

 a { background-color: rgb(162,137,202); }

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

border-color css

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

 span { border-color: rgb(162,137,202); }

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