Html Css Color HEX #A289BC Cold Purple

📋 copy color: '#A289BC'

red 162 ◦ green 137 ◦ blue 188

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

Shades of Cold Purple #A289BC

Tints of Cold Purple #A289BC

RGB

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

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

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

R = 33.26%
G = 28.13%
B = 38.6%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A289BC (or 0xA289BC) is known color: Cold Purple. HEX triplet: A2, 89 and BC. RGB value is (162,137,188). Sum of RGB (Red+Green+Blue) = 162+137+188=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #A289BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A289BC is #5D7643. Grayscale: #969696. Windows color (decimal): -6125124 or 12356002. OLE color: 12356002.

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

Color convert

RGB 162 137 188 -
CMYK 0.14 0.27 0 0.26
HSL 269.41º 0.28% 0.64% -
HSV(B) 269.41º 0.27% 0.74% -
XYZ 32.92 29.2 51.48 -
YUV 150.29 149.28 136.35 -
System Red Green Blue C M Y K H S L
Decimal 162 137 188 0.14 0.27 0 0.26 269.41 0.28 0.64
Hex A2 89 BC E 1B 0 1A 10D 1C 40
Octal 242 211 274 16 33 0 32 415 34 100
Binary 10100010 10001001 10111100 1110 11011 0 11010 100001101 11100 1000000

Color Harmonies of #A289BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A289BC

Black with #A289BC

Text Example


Text Example

White with #A289BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A289BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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