Html Css Color HEX #A84AEC Medium Orchid

📋 copy color: '#A84AEC'

red 168 ◦ green 74 ◦ blue 236

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

Shades of Medium Orchid #A84AEC

Tints of Medium Orchid #A84AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.37%

R = 35.15%
G = 15.48%
B = 49.37%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A84AEC (or 0xA84AEC) is known color: Medium Orchid. HEX triplet: A8, 4A and EC. RGB value is (168,74,236). Sum of RGB (Red+Green+Blue) = 168+74+236=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #A84AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84AEC is #57B513. Grayscale: #787878. Windows color (decimal): -5747988 or 15485608. OLE color: 15485608.

HSL color Cylindrical-coordinate representation of color #A84AEC: hue angle of 274.81º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A84AEC is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 74 236 -
CMYK 0.29 0.69 0 0.07
HSL 274.81º 0.81% 0.61% -
HSV(B) 274.81º 0.69% 0.93% -
XYZ 33.74 19.28 81.3 -
YUV 120.57 193.14 161.83 -
System Red Green Blue C M Y K H S L
Decimal 168 74 236 0.29 0.69 0 0.07 274.81 0.81 0.61
Hex A8 4A EC 1D 45 0 7 113 51 3D
Octal 250 112 354 35 105 0 7 423 121 75
Binary 10101000 1001010 11101100 11101 1000101 0 111 100010011 1010001 111101

Color Harmonies of #A84AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84AEC

Black with #A84AEC

Text Example


Text Example

White with #A84AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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