Html Css Color HEX #A84ACD Medium Orchid

📋 copy color: '#A84ACD'

red 168 ◦ green 74 ◦ blue 205

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

Shades of Medium Orchid #A84ACD

Tints of Medium Orchid #A84ACD

RGB

 RED value IS 168 (66.02% from 255) = 37.58%

 GREEN value IS 74 (29.3% from 255) = 16.55%

 BLUE value IS 205 (80.47% from 255) = 45.86%

R = 37.58%
G = 16.55%
B = 45.86%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A84ACD (or 0xA84ACD) is known color: Medium Orchid. HEX triplet: A8, 4A and CD. RGB value is (168,74,205). Sum of RGB (Red+Green+Blue) = 168+74+205=447 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.58% from 447); Green value is 74 (29.30% from 255 or 16.55% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #A84ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84ACD is #57B532. Grayscale: #747474. Windows color (decimal): -5748019 or 13453992. OLE color: 13453992.

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

Color convert

RGB 168 74 205 -
CMYK 0.18 0.64 0 0.20
HSL 283.05º 0.57% 0.55% -
HSV(B) 283.05º 0.64% 0.8% -
XYZ 29.62 17.63 59.6 -
YUV 117.04 177.64 164.35 -
System Red Green Blue C M Y K H S L
Decimal 168 74 205 0.18 0.64 0 0.20 283.05 0.57 0.55
Hex A8 4A CD 12 40 0 14 11B 39 37
Octal 250 112 315 22 100 0 24 433 71 67
Binary 10101000 1001010 11001101 10010 1000000 0 10100 100011011 111001 110111

Color Harmonies of #A84ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84ACD

Black with #A84ACD

Text Example


Text Example

White with #A84ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84ACD; }

 p { color: rgb(168,74,205); }

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

background-color css

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

 a { background-color: rgb(168,74,205); }

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

border-color css

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

 span { border-color: rgb(168,74,205); }

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