Html Css Color HEX #A753CF Medium Orchid

📋 copy color: '#A753CF'

red 167 ◦ green 83 ◦ blue 207

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

Shades of Medium Orchid #A753CF

Tints of Medium Orchid #A753CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.3%

R = 36.54%
G = 18.16%
B = 45.3%

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

#A753CF (or 0xA753CF) is known color: Medium Orchid. HEX triplet: A7, 53 and CF. RGB value is (167,83,207). Sum of RGB (Red+Green+Blue) = 167+83+207=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #A753CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A753CF is #58AC30. Grayscale: #797979. Windows color (decimal): -5811249 or 13587367. OLE color: 13587367.

HSL color Cylindrical-coordinate representation of color #A753CF: hue angle of 280.65º 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 #A753CF is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 83 207 -
CMYK 0.19 0.60 0 0.19
HSL 280.65º 0.56% 0.57% -
HSV(B) 280.65º 0.6% 0.81% -
XYZ 30.29 18.91 61.08 -
YUV 122.25 175.83 159.92 -
System Red Green Blue C M Y K H S L
Decimal 167 83 207 0.19 0.60 0 0.19 280.65 0.56 0.57
Hex A7 53 CF 13 3C 0 13 119 38 39
Octal 247 123 317 23 74 0 23 431 70 71
Binary 10100111 1010011 11001111 10011 111100 0 10011 100011001 111000 111001

Color Harmonies of #A753CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A753CF

Black with #A753CF

Text Example


Text Example

White with #A753CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A753CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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