Html Css Color HEX #A754DE Medium Orchid

📋 copy color: '#A754DE'

red 167 ◦ green 84 ◦ blue 222

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

Shades of Medium Orchid #A754DE

Tints of Medium Orchid #A754DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.93%

R = 35.31%
G = 17.76%
B = 46.93%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A754DE (or 0xA754DE) is known color: Medium Orchid. HEX triplet: A7, 54 and DE. RGB value is (167,84,222). Sum of RGB (Red+Green+Blue) = 167+84+222=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #A754DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A754DE is #58AB21. Grayscale: #7C7C7C. Windows color (decimal): -5810978 or 14570663. OLE color: 14570663.

HSL color Cylindrical-coordinate representation of color #A754DE: hue angle of 276.09º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A754DE is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 84 222 -
CMYK 0.25 0.62 0 0.13
HSL 276.09º 0.68% 0.6% -
HSV(B) 276.09º 0.62% 0.87% -
XYZ 32.29 19.83 71.23 -
YUV 124.55 183 158.28 -
System Red Green Blue C M Y K H S L
Decimal 167 84 222 0.25 0.62 0 0.13 276.09 0.68 0.6
Hex A7 54 DE 19 3E 0 D 114 44 3C
Octal 247 124 336 31 76 0 15 424 104 74
Binary 10100111 1010100 11011110 11001 111110 0 1101 100010100 1000100 111100

Color Harmonies of #A754DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A754DE

Black with #A754DE

Text Example


Text Example

White with #A754DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A754DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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