Html Css Color HEX #A84ACE Medium Orchid

📋 copy color: '#A84ACE'

red 168 ◦ green 74 ◦ blue 206

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

Shades of Medium Orchid #A84ACE

Tints of Medium Orchid #A84ACE

RGB

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

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

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

R = 37.5%
G = 16.52%
B = 45.98%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A84ACE (or 0xA84ACE) is known color: Medium Orchid. HEX triplet: A8, 4A and CE. RGB value is (168,74,206). Sum of RGB (Red+Green+Blue) = 168+74+206=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #A84ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84ACE is #57B531. Grayscale: #747474. Windows color (decimal): -5748018 or 13519528. OLE color: 13519528.

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

Color convert

RGB 168 74 206 -
CMYK 0.18 0.64 0 0.19
HSL 282.73º 0.57% 0.55% -
HSV(B) 282.73º 0.64% 0.81% -
XYZ 29.74 17.68 60.24 -
YUV 117.15 178.14 164.27 -
System Red Green Blue C M Y K H S L
Decimal 168 74 206 0.18 0.64 0 0.19 282.73 0.57 0.55
Hex A8 4A CE 12 40 0 13 11B 39 37
Octal 250 112 316 22 100 0 23 433 71 67
Binary 10101000 1001010 11001110 10010 1000000 0 10011 100011011 111001 110111

Color Harmonies of #A84ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84ACE

Black with #A84ACE

Text Example


Text Example

White with #A84ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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