Html Css Color HEX #A786CA Cold Purple

📋 copy color: '#A786CA'

red 167 ◦ green 134 ◦ blue 202

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

Shades of Cold Purple #A786CA

Tints of Cold Purple #A786CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.16%

R = 33.2%
G = 26.64%
B = 40.16%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A786CA (or 0xA786CA) is known color: Cold Purple. HEX triplet: A7, 86 and CA. RGB value is (167,134,202). Sum of RGB (Red+Green+Blue) = 167+134+202=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #A786CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A786CA is #587935. Grayscale: #979797. Windows color (decimal): -5798198 or 13272743. OLE color: 13272743.

HSL color Cylindrical-coordinate representation of color #A786CA: hue angle of 269.12º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A786CA is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 134 202 -
CMYK 0.17 0.34 0 0.21
HSL 269.12º 0.39% 0.66% -
HSV(B) 269.12º 0.34% 0.79% -
XYZ 35.12 29.53 59.73 -
YUV 151.62 156.43 138.97 -
System Red Green Blue C M Y K H S L
Decimal 167 134 202 0.17 0.34 0 0.21 269.12 0.39 0.66
Hex A7 86 CA 11 22 0 15 10D 27 42
Octal 247 206 312 21 42 0 25 415 47 102
Binary 10100111 10000110 11001010 10001 100010 0 10101 100001101 100111 1000010

Color Harmonies of #A786CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A786CA

Black with #A786CA

Text Example


Text Example

White with #A786CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A786CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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