Html Css Color HEX #A754D0 Medium Orchid

📋 copy color: '#A754D0'

red 167 ◦ green 84 ◦ blue 208

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

Shades of Medium Orchid #A754D0

Tints of Medium Orchid #A754D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.32%

R = 36.38%
G = 18.3%
B = 45.32%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A754D0 (or 0xA754D0) is known color: Medium Orchid. HEX triplet: A7, 54 and D0. RGB value is (167,84,208). Sum of RGB (Red+Green+Blue) = 167+84+208=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #A754D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A754D0 is #58AB2F. Grayscale: #7A7A7A. Windows color (decimal): -5810992 or 13653159. OLE color: 13653159.

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

Color convert

RGB 167 84 208 -
CMYK 0.20 0.60 0 0.18
HSL 280.16º 0.57% 0.57% -
HSV(B) 280.16º 0.6% 0.82% -
XYZ 30.49 19.11 61.76 -
YUV 122.95 176 159.42 -
System Red Green Blue C M Y K H S L
Decimal 167 84 208 0.20 0.60 0 0.18 280.16 0.57 0.57
Hex A7 54 D0 14 3C 0 12 118 39 39
Octal 247 124 320 24 74 0 22 430 71 71
Binary 10100111 1010100 11010000 10100 111100 0 10010 100011000 111001 111001

Color Harmonies of #A754D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A754D0

Black with #A754D0

Text Example


Text Example

White with #A754D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A754D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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