Html Css Color HEX #A788CD Cold Purple

📋 copy color: '#A788CD'

red 167 ◦ green 136 ◦ blue 205

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

Shades of Cold Purple #A788CD

Tints of Cold Purple #A788CD

RGB

 RED value IS 167 (65.63% from 255) = 32.87%

 GREEN value IS 136 (53.52% from 255) = 26.77%

 BLUE value IS 205 (80.47% from 255) = 40.35%

R = 32.87%
G = 26.77%
B = 40.35%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A788CD (or 0xA788CD) is known color: Cold Purple. HEX triplet: A7, 88 and CD. RGB value is (167,136,205). Sum of RGB (Red+Green+Blue) = 167+136+205=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #A788CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A788CD is #587732. Grayscale: #989898. Windows color (decimal): -5797683 or 13469863. OLE color: 13469863.

HSL color Cylindrical-coordinate representation of color #A788CD: hue angle of 266.96º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A788CD is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 136 205 -
CMYK 0.19 0.34 0 0.20
HSL 266.96º 0.41% 0.67% -
HSV(B) 266.96º 0.34% 0.8% -
XYZ 35.76 30.23 61.71 -
YUV 153.14 157.27 137.89 -
System Red Green Blue C M Y K H S L
Decimal 167 136 205 0.19 0.34 0 0.20 266.96 0.41 0.67
Hex A7 88 CD 13 22 0 14 10B 29 43
Octal 247 210 315 23 42 0 24 413 51 103
Binary 10100111 10001000 11001101 10011 100010 0 10100 100001011 101001 1000011

Color Harmonies of #A788CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A788CD

Black with #A788CD

Text Example


Text Example

White with #A788CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A788CD; }

 p { color: rgb(167,136,205); }

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

background-color css

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

 a { background-color: rgb(167,136,205); }

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

border-color css

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

 span { border-color: rgb(167,136,205); }

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