Html Css Color HEX #A289CC Cold Purple

📋 copy color: '#A289CC'

red 162 ◦ green 137 ◦ blue 204

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

Shades of Cold Purple #A289CC

Tints of Cold Purple #A289CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.56%

R = 32.21%
G = 27.24%
B = 40.56%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A289CC (or 0xA289CC) is known color: Cold Purple. HEX triplet: A2, 89 and CC. RGB value is (162,137,204). Sum of RGB (Red+Green+Blue) = 162+137+204=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #A289CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A289CC is #5D7633. Grayscale: #979797. Windows color (decimal): -6125108 or 13404578. OLE color: 13404578.

HSL color Cylindrical-coordinate representation of color #A289CC: hue angle of 262.39º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A289CC is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 137 204 -
CMYK 0.21 0.33 0 0.2
HSL 262.39º 0.4% 0.67% -
HSV(B) 262.39º 0.33% 0.8% -
XYZ 34.75 29.93 61.07 -
YUV 152.11 157.28 135.05 -
System Red Green Blue C M Y K H S L
Decimal 162 137 204 0.21 0.33 0 0.2 262.39 0.4 0.67
Hex A2 89 CC 15 21 0 14 106 28 43
Octal 242 211 314 25 41 0 24 406 50 103
Binary 10100010 10001001 11001100 10101 100001 0 10100 100000110 101000 1000011

Color Harmonies of #A289CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A289CC

Black with #A289CC

Text Example


Text Example

White with #A289CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A289CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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