Html Css Color HEX #A89CBE Cold Purple

📋 copy color: '#A89CBE'

red 168 ◦ green 156 ◦ blue 190

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

Shades of Cold Purple #A89CBE

Tints of Cold Purple #A89CBE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.35%

 BLUE value IS 190 (74.61% from 255) = 36.96%

R = 32.68%
G = 30.35%
B = 36.96%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A89CBE (or 0xA89CBE) is known color: Cold Purple. HEX triplet: A8, 9C and BE. RGB value is (168,156,190). Sum of RGB (Red+Green+Blue) = 168+156+190=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 190 - color contains mainly: blue. Hex color #A89CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89CBE is #576341. Grayscale: #A3A3A3. Windows color (decimal): -5727042 or 12491944. OLE color: 12491944.

HSL color Cylindrical-coordinate representation of color #A89CBE: hue angle of 261.18º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A89CBE is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 156 190 -
CMYK 0.12 0.18 0 0.25
HSL 261.18º 0.21% 0.68% -
HSV(B) 261.18º 0.18% 0.75% -
XYZ 37.33 35.82 53.66 -
YUV 163.46 142.98 131.24 -
System Red Green Blue C M Y K H S L
Decimal 168 156 190 0.12 0.18 0 0.25 261.18 0.21 0.68
Hex A8 9C BE C 12 0 19 105 15 44
Octal 250 234 276 14 22 0 31 405 25 104
Binary 10101000 10011100 10111110 1100 10010 0 11001 100000101 10101 1000100

Color Harmonies of #A89CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89CBE

Black with #A89CBE

Text Example


Text Example

White with #A89CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89CBE; }

 p { color: rgb(168,156,190); }

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

background-color css

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

 a { background-color: rgb(168,156,190); }

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

border-color css

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

 span { border-color: rgb(168,156,190); }

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