Html Css Color HEX #A787CC Cold Purple

📋 copy color: '#A787CC'

red 167 ◦ green 135 ◦ blue 204

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

Shades of Cold Purple #A787CC

Tints of Cold Purple #A787CC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.68%

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

R = 33%
G = 26.68%
B = 40.32%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A787CC (or 0xA787CC) is known color: Cold Purple. HEX triplet: A7, 87 and CC. RGB value is (167,135,204). Sum of RGB (Red+Green+Blue) = 167+135+204=506 (67% of max value = 765). Red value is 167 (65.62% from 255 or 33.00% from 506); Green value is 135 (53.12% from 255 or 26.68% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 204 - color contains mainly: blue. Hex color #A787CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A787CC is #587833. Grayscale: #989898. Windows color (decimal): -5797940 or 13404071. OLE color: 13404071.

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

Color convert

RGB 167 135 204 -
CMYK 0.18 0.34 0 0.2
HSL 267.83º 0.4% 0.66% -
HSV(B) 267.83º 0.34% 0.8% -
XYZ 35.5 29.9 61.03 -
YUV 152.43 157.1 138.39 -
System Red Green Blue C M Y K H S L
Decimal 167 135 204 0.18 0.34 0 0.2 267.83 0.4 0.66
Hex A7 87 CC 12 22 0 14 10C 28 42
Octal 247 207 314 22 42 0 24 414 50 102
Binary 10100111 10000111 11001100 10010 100010 0 10100 100001100 101000 1000010

Color Harmonies of #A787CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A787CC

Black with #A787CC

Text Example


Text Example

White with #A787CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A787CC; }

 p { color: rgb(167,135,204); }

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

background-color css

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

 a { background-color: rgb(167,135,204); }

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

border-color css

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

 span { border-color: rgb(167,135,204); }

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