Html Css Color HEX #A889CC Cold Purple

📋 copy color: '#A889CC'

red 168 ◦ green 137 ◦ blue 204

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

Shades of Cold Purple #A889CC

Tints of Cold Purple #A889CC

RGB

 RED value IS 168 (66.02% from 255) = 33.01%

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

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

R = 33.01%
G = 26.92%
B = 40.08%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A889CC (or 0xA889CC) is known color: Cold Purple. HEX triplet: A8, 89 and CC. RGB value is (168,137,204). Sum of RGB (Red+Green+Blue) = 168+137+204=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 137 (53.91% from 255 or 26.92% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #A889CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A889CC is #577633. Grayscale: #999999. Windows color (decimal): -5731892 or 13404584. OLE color: 13404584.

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

Color convert

RGB 168 137 204 -
CMYK 0.18 0.33 0 0.2
HSL 267.76º 0.4% 0.67% -
HSV(B) 267.76º 0.33% 0.8% -
XYZ 35.99 30.58 61.13 -
YUV 153.91 156.27 138.05 -
System Red Green Blue C M Y K H S L
Decimal 168 137 204 0.18 0.33 0 0.2 267.76 0.4 0.67
Hex A8 89 CC 12 21 0 14 10C 28 43
Octal 250 211 314 22 41 0 24 414 50 103
Binary 10101000 10001001 11001100 10010 100001 0 10100 100001100 101000 1000011

Color Harmonies of #A889CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A889CC

Black with #A889CC

Text Example


Text Example

White with #A889CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A889CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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