Html Css Color HEX #A289BE Cold Purple

📋 copy color: '#A289BE'

red 162 ◦ green 137 ◦ blue 190

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

Shades of Cold Purple #A289BE

Tints of Cold Purple #A289BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.85%

R = 33.13%
G = 28.02%
B = 38.85%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A289BE (or 0xA289BE) is known color: Cold Purple. HEX triplet: A2, 89 and BE. RGB value is (162,137,190). Sum of RGB (Red+Green+Blue) = 162+137+190=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #A289BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A289BE is #5D7641. Grayscale: #969696. Windows color (decimal): -6125122 or 12487074. OLE color: 12487074.

HSL color Cylindrical-coordinate representation of color #A289BE: hue angle of 268.3º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A289BE is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 137 190 -
CMYK 0.15 0.28 0 0.25
HSL 268.3º 0.29% 0.64% -
HSV(B) 268.3º 0.28% 0.75% -
XYZ 33.14 29.29 52.62 -
YUV 150.52 150.28 136.19 -
System Red Green Blue C M Y K H S L
Decimal 162 137 190 0.15 0.28 0 0.25 268.3 0.29 0.64
Hex A2 89 BE F 1C 0 19 10C 1D 40
Octal 242 211 276 17 34 0 31 414 35 100
Binary 10100010 10001001 10111110 1111 11100 0 11001 100001100 11101 1000000

Color Harmonies of #A289BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A289BE

Black with #A289BE

Text Example


Text Example

White with #A289BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A289BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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