Html Css Color HEX #A785CA Cold Purple

📋 copy color: '#A785CA'

red 167 ◦ green 133 ◦ blue 202

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

Shades of Cold Purple #A785CA

Tints of Cold Purple #A785CA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.49%

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

R = 33.27%
G = 26.49%
B = 40.24%

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

#A785CA (or 0xA785CA) is known color: Cold Purple. HEX triplet: A7, 85 and CA. RGB value is (167,133,202). Sum of RGB (Red+Green+Blue) = 167+133+202=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #A785CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A785CA is #587A35. Grayscale: #969696. Windows color (decimal): -5798454 or 13272487. OLE color: 13272487.

HSL color Cylindrical-coordinate representation of color #A785CA: hue angle of 269.57º 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 #A785CA is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 133 202 -
CMYK 0.17 0.34 0 0.21
HSL 269.57º 0.39% 0.66% -
HSV(B) 269.57º 0.34% 0.79% -
XYZ 34.98 29.25 59.68 -
YUV 151.03 156.76 139.39 -
System Red Green Blue C M Y K H S L
Decimal 167 133 202 0.17 0.34 0 0.21 269.57 0.39 0.66
Hex A7 85 CA 11 22 0 15 10E 27 42
Octal 247 205 312 21 42 0 25 416 47 102
Binary 10100111 10000101 11001010 10001 100010 0 10101 100001110 100111 1000010

Color Harmonies of #A785CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A785CA

Black with #A785CA

Text Example


Text Example

White with #A785CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A785CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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