Html Css Color HEX #A754D7 Medium Orchid

📋 copy color: '#A754D7'

red 167 ◦ green 84 ◦ blue 215

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

Shades of Medium Orchid #A754D7

Tints of Medium Orchid #A754D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.14%

R = 35.84%
G = 18.03%
B = 46.14%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A754D7 (or 0xA754D7) is known color: Medium Orchid. HEX triplet: A7, 54 and D7. RGB value is (167,84,215). Sum of RGB (Red+Green+Blue) = 167+84+215=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 215 (84.38% from 255 or 46.14% from 466); Max value from RGB is 215 - color contains mainly: blue. Hex color #A754D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A754D7 is #58AB28. Grayscale: #7B7B7B. Windows color (decimal): -5810985 or 14111911. OLE color: 14111911.

HSL color Cylindrical-coordinate representation of color #A754D7: hue angle of 278.02º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A754D7 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 167 84 215 -
CMYK 0.22 0.61 0 0.16
HSL 278.02º 0.62% 0.59% -
HSV(B) 278.02º 0.61% 0.84% -
XYZ 31.37 19.46 66.39 -
YUV 123.75 179.5 158.85 -
System Red Green Blue C M Y K H S L
Decimal 167 84 215 0.22 0.61 0 0.16 278.02 0.62 0.59
Hex A7 54 D7 16 3D 0 10 116 3E 3B
Octal 247 124 327 26 75 0 20 426 76 73
Binary 10100111 1010100 11010111 10110 111101 0 10000 100010110 111110 111011

Color Harmonies of #A754D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A754D7

Black with #A754D7

Text Example


Text Example

White with #A754D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A754D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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