Html Css Color HEX #A289C1 Cold Purple

📋 copy color: '#A289C1'

red 162 ◦ green 137 ◦ blue 193

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

Shades of Cold Purple #A289C1

Tints of Cold Purple #A289C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.23%

R = 32.93%
G = 27.85%
B = 39.23%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A289C1 (or 0xA289C1) is known color: Cold Purple. HEX triplet: A2, 89 and C1. RGB value is (162,137,193). Sum of RGB (Red+Green+Blue) = 162+137+193=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 193 - color contains mainly: blue. Hex color #A289C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A289C1 is #5D763E. Grayscale: #969696. Windows color (decimal): -6125119 or 12683682. OLE color: 12683682.

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

Color convert

RGB 162 137 193 -
CMYK 0.16 0.29 0 0.24
HSL 266.79º 0.31% 0.65% -
HSV(B) 266.79º 0.29% 0.76% -
XYZ 33.47 29.42 54.37 -
YUV 150.86 151.78 135.95 -
System Red Green Blue C M Y K H S L
Decimal 162 137 193 0.16 0.29 0 0.24 266.79 0.31 0.65
Hex A2 89 C1 10 1D 0 18 10B 1F 41
Octal 242 211 301 20 35 0 30 413 37 101
Binary 10100010 10001001 11000001 10000 11101 0 11000 100001011 11111 1000001

Color Harmonies of #A289C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A289C1

Black with #A289C1

Text Example


Text Example

White with #A289C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A289C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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