Html Css Color HEX #A089CC Cold Purple

📋 copy color: '#A089CC'

red 160 ◦ green 137 ◦ blue 204

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

Shades of Cold Purple #A089CC

Tints of Cold Purple #A089CC

RGB

 RED value IS 160 (62.89% from 255) = 31.94%

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

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

R = 31.94%
G = 27.35%
B = 40.72%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A089CC (or 0xA089CC) is known color: Cold Purple. HEX triplet: A0, 89 and CC. RGB value is (160,137,204). Sum of RGB (Red+Green+Blue) = 160+137+204=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #A089CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A089CC is #5F7633. Grayscale: #979797. Windows color (decimal): -6256180 or 13404576. OLE color: 13404576.

HSL color Cylindrical-coordinate representation of color #A089CC: hue angle of 260.6º 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 #A089CC is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 137 204 -
CMYK 0.22 0.33 0 0.2
HSL 260.6º 0.4% 0.67% -
HSV(B) 260.6º 0.33% 0.8% -
XYZ 34.34 29.72 61.05 -
YUV 151.52 157.62 134.05 -
System Red Green Blue C M Y K H S L
Decimal 160 137 204 0.22 0.33 0 0.2 260.6 0.4 0.67
Hex A0 89 CC 16 21 0 14 105 28 43
Octal 240 211 314 26 41 0 24 405 50 103
Binary 10100000 10001001 11001100 10110 100001 0 10100 100000101 101000 1000011

Color Harmonies of #A089CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A089CC

Black with #A089CC

Text Example


Text Example

White with #A089CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A089CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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