Html Css Color HEX #A289BD Cold Purple

📋 copy color: '#A289BD'

red 162 ◦ green 137 ◦ blue 189

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

Shades of Cold Purple #A289BD

Tints of Cold Purple #A289BD

RGB

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

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

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

R = 33.2%
G = 28.07%
B = 38.73%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A289BD (or 0xA289BD) is known color: Cold Purple. HEX triplet: A2, 89 and BD. RGB value is (162,137,189). Sum of RGB (Red+Green+Blue) = 162+137+189=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #A289BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A289BD is #5D7642. Grayscale: #969696. Windows color (decimal): -6125123 or 12421538. OLE color: 12421538.

HSL color Cylindrical-coordinate representation of color #A289BD: hue angle of 268.85º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A289BD is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 137 189 -
CMYK 0.14 0.28 0 0.26
HSL 268.85º 0.28% 0.64% -
HSV(B) 268.85º 0.28% 0.74% -
XYZ 33.03 29.25 52.05 -
YUV 150.4 149.78 136.27 -
System Red Green Blue C M Y K H S L
Decimal 162 137 189 0.14 0.28 0 0.26 268.85 0.28 0.64
Hex A2 89 BD E 1C 0 1A 10D 1C 40
Octal 242 211 275 16 34 0 32 415 34 100
Binary 10100010 10001001 10111101 1110 11100 0 11010 100001101 11100 1000000

Color Harmonies of #A289BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A289BD

Black with #A289BD

Text Example


Text Example

White with #A289BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A289BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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