Html Css Color HEX #A289D0 Cold Purple

📋 copy color: '#A289D0'

red 162 ◦ green 137 ◦ blue 208

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

Shades of Cold Purple #A289D0

Tints of Cold Purple #A289D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.03%

R = 31.95%
G = 27.02%
B = 41.03%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A289D0 (or 0xA289D0) is known color: Cold Purple. HEX triplet: A2, 89 and D0. RGB value is (162,137,208). Sum of RGB (Red+Green+Blue) = 162+137+208=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 137 (53.91% from 255 or 27.02% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 208 - color contains mainly: blue. Hex color #A289D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A289D0 is #5D762F. Grayscale: #989898. Windows color (decimal): -6125104 or 13666722. OLE color: 13666722.

HSL color Cylindrical-coordinate representation of color #A289D0: hue angle of 261.13º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A289D0 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 137 208 -
CMYK 0.22 0.34 0 0.18
HSL 261.13º 0.43% 0.68% -
HSV(B) 261.13º 0.34% 0.82% -
XYZ 35.23 30.13 63.63 -
YUV 152.57 159.28 134.73 -
System Red Green Blue C M Y K H S L
Decimal 162 137 208 0.22 0.34 0 0.18 261.13 0.43 0.68
Hex A2 89 D0 16 22 0 12 105 2B 44
Octal 242 211 320 26 42 0 22 405 53 104
Binary 10100010 10001001 11010000 10110 100010 0 10010 100000101 101011 1000100

Color Harmonies of #A289D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A289D0

Black with #A289D0

Text Example


Text Example

White with #A289D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A289D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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