Html Css Color HEX #A785CD Cold Purple

📋 copy color: '#A785CD'

red 167 ◦ green 133 ◦ blue 205

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

Shades of Cold Purple #A785CD

Tints of Cold Purple #A785CD

RGB

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

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

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

R = 33.07%
G = 26.34%
B = 40.59%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A785CD (or 0xA785CD) is known color: Cold Purple. HEX triplet: A7, 85 and CD. RGB value is (167,133,205). Sum of RGB (Red+Green+Blue) = 167+133+205=505 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.07% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #A785CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A785CD is #587A32. Grayscale: #979797. Windows color (decimal): -5798451 or 13469095. OLE color: 13469095.

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

Color convert

RGB 167 133 205 -
CMYK 0.19 0.35 0 0.20
HSL 268.33º 0.42% 0.66% -
HSV(B) 268.33º 0.35% 0.8% -
XYZ 35.34 29.4 61.57 -
YUV 151.37 158.26 139.15 -
System Red Green Blue C M Y K H S L
Decimal 167 133 205 0.19 0.35 0 0.20 268.33 0.42 0.66
Hex A7 85 CD 13 23 0 14 10C 2A 42
Octal 247 205 315 23 43 0 24 414 52 102
Binary 10100111 10000101 11001101 10011 100011 0 10100 100001100 101010 1000010

Color Harmonies of #A785CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A785CD

Black with #A785CD

Text Example


Text Example

White with #A785CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A785CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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