Html Css Color HEX #A84CEC Medium Orchid

📋 copy color: '#A84CEC'

red 168 ◦ green 76 ◦ blue 236

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

Shades of Medium Orchid #A84CEC

Tints of Medium Orchid #A84CEC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.83%

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

R = 35%
G = 15.83%
B = 49.17%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A84CEC (or 0xA84CEC) is known color: Medium Orchid. HEX triplet: A8, 4C and EC. RGB value is (168,76,236). Sum of RGB (Red+Green+Blue) = 168+76+236=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #A84CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84CEC is #57B313. Grayscale: #797979. Windows color (decimal): -5747476 or 15486120. OLE color: 15486120.

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

Color convert

RGB 168 76 236 -
CMYK 0.29 0.68 0 0.07
HSL 274.5º 0.81% 0.61% -
HSV(B) 274.5º 0.68% 0.93% -
XYZ 33.87 19.55 81.35 -
YUV 121.75 192.48 160.99 -
System Red Green Blue C M Y K H S L
Decimal 168 76 236 0.29 0.68 0 0.07 274.5 0.81 0.61
Hex A8 4C EC 1D 44 0 7 112 51 3D
Octal 250 114 354 35 104 0 7 422 121 75
Binary 10101000 1001100 11101100 11101 1000100 0 111 100010010 1010001 111101

Color Harmonies of #A84CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84CEC

Black with #A84CEC

Text Example


Text Example

White with #A84CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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