Html Css Color HEX #A783CD Cold Purple

📋 copy color: '#A783CD'

red 167 ◦ green 131 ◦ blue 205

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

Shades of Cold Purple #A783CD

Tints of Cold Purple #A783CD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.04%

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

R = 33.2%
G = 26.04%
B = 40.76%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A783CD (or 0xA783CD) is known color: Cold Purple. HEX triplet: A7, 83 and CD. RGB value is (167,131,205). Sum of RGB (Red+Green+Blue) = 167+131+205=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #A783CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A783CD is #587C32. Grayscale: #959595. Windows color (decimal): -5798963 or 13468583. OLE color: 13468583.

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

Color convert

RGB 167 131 205 -
CMYK 0.19 0.36 0 0.20
HSL 269.19º 0.43% 0.66% -
HSV(B) 269.19º 0.36% 0.8% -
XYZ 35.07 28.86 61.48 -
YUV 150.2 158.93 139.98 -
System Red Green Blue C M Y K H S L
Decimal 167 131 205 0.19 0.36 0 0.20 269.19 0.43 0.66
Hex A7 83 CD 13 24 0 14 10D 2B 42
Octal 247 203 315 23 44 0 24 415 53 102
Binary 10100111 10000011 11001101 10011 100100 0 10100 100001101 101011 1000010

Color Harmonies of #A783CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A783CD

Black with #A783CD

Text Example


Text Example

White with #A783CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A783CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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