Html Css Color HEX #A754CE Medium Orchid

📋 copy color: '#A754CE'

red 167 ◦ green 84 ◦ blue 206

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

Shades of Medium Orchid #A754CE

Tints of Medium Orchid #A754CE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.38%

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

R = 36.54%
G = 18.38%
B = 45.08%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A754CE (or 0xA754CE) is known color: Medium Orchid. HEX triplet: A7, 54 and CE. RGB value is (167,84,206). Sum of RGB (Red+Green+Blue) = 167+84+206=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 84 (33.20% from 255 or 18.38% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #A754CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A754CE is #58AB31. Grayscale: #7A7A7A. Windows color (decimal): -5810994 or 13522087. OLE color: 13522087.

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

Color convert

RGB 167 84 206 -
CMYK 0.19 0.59 0 0.19
HSL 280.82º 0.55% 0.57% -
HSV(B) 280.82º 0.59% 0.81% -
XYZ 30.25 19.01 60.47 -
YUV 122.73 175 159.58 -
System Red Green Blue C M Y K H S L
Decimal 167 84 206 0.19 0.59 0 0.19 280.82 0.55 0.57
Hex A7 54 CE 13 3B 0 13 119 37 39
Octal 247 124 316 23 73 0 23 431 67 71
Binary 10100111 1010100 11001110 10011 111011 0 10011 100011001 110111 111001

Color Harmonies of #A754CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A754CE

Black with #A754CE

Text Example


Text Example

White with #A754CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A754CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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