Html Css Color HEX #A786CC Cold Purple

📋 copy color: '#A786CC'

red 167 ◦ green 134 ◦ blue 204

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

Shades of Cold Purple #A786CC

Tints of Cold Purple #A786CC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.53%

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

R = 33.07%
G = 26.53%
B = 40.4%

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

#A786CC (or 0xA786CC) is known color: Cold Purple. HEX triplet: A7, 86 and CC. RGB value is (167,134,204). Sum of RGB (Red+Green+Blue) = 167+134+204=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #A786CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A786CC is #587933. Grayscale: #979797. Windows color (decimal): -5798196 or 13403815. OLE color: 13403815.

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

Color convert

RGB 167 134 204 -
CMYK 0.18 0.34 0 0.2
HSL 268.29º 0.41% 0.66% -
HSV(B) 268.29º 0.34% 0.8% -
XYZ 35.36 29.63 60.98 -
YUV 151.85 157.43 138.81 -
System Red Green Blue C M Y K H S L
Decimal 167 134 204 0.18 0.34 0 0.2 268.29 0.41 0.66
Hex A7 86 CC 12 22 0 14 10C 29 42
Octal 247 206 314 22 42 0 24 414 51 102
Binary 10100111 10000110 11001100 10010 100010 0 10100 100001100 101001 1000010

Color Harmonies of #A786CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A786CC

Black with #A786CC

Text Example


Text Example

White with #A786CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A786CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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