Html Css Color HEX #A753CE Medium Orchid

📋 copy color: '#A753CE'

red 167 ◦ green 83 ◦ blue 206

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

Shades of Medium Orchid #A753CE

Tints of Medium Orchid #A753CE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.2%

 BLUE value IS 206 (80.86% from 255) = 45.18%

R = 36.62%
G = 18.2%
B = 45.18%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A753CE (or 0xA753CE) is known color: Medium Orchid. HEX triplet: A7, 53 and CE. RGB value is (167,83,206). Sum of RGB (Red+Green+Blue) = 167+83+206=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 83 (32.81% from 255 or 18.20% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #A753CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A753CE is #58AC31. Grayscale: #797979. Windows color (decimal): -5811250 or 13521831. OLE color: 13521831.

HSL color Cylindrical-coordinate representation of color #A753CE: hue angle of 280.98º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A753CE is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 83 206 -
CMYK 0.19 0.60 0 0.19
HSL 280.98º 0.56% 0.57% -
HSV(B) 280.98º 0.6% 0.81% -
XYZ 30.17 18.86 60.44 -
YUV 122.14 175.33 160 -
System Red Green Blue C M Y K H S L
Decimal 167 83 206 0.19 0.60 0 0.19 280.98 0.56 0.57
Hex A7 53 CE 13 3C 0 13 119 38 39
Octal 247 123 316 23 74 0 23 431 70 71
Binary 10100111 1010011 11001110 10011 111100 0 10011 100011001 111000 111001

Color Harmonies of #A753CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A753CE

Black with #A753CE

Text Example


Text Example

White with #A753CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A753CE; }

 p { color: rgb(167,83,206); }

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

background-color css

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

 a { background-color: rgb(167,83,206); }

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

border-color css

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

 span { border-color: rgb(167,83,206); }

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