Html Css Color HEX #A84CED Medium Orchid

📋 copy color: '#A84CED'

red 168 ◦ green 76 ◦ blue 237

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

Shades of Medium Orchid #A84CED

Tints of Medium Orchid #A84CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.27%

R = 34.93%
G = 15.8%
B = 49.27%

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

#A84CED (or 0xA84CED) is known color: Medium Orchid. HEX triplet: A8, 4C and ED. RGB value is (168,76,237). Sum of RGB (Red+Green+Blue) = 168+76+237=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #A84CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84CED is #57B312. Grayscale: #797979. Windows color (decimal): -5747475 or 15551656. OLE color: 15551656.

HSL color Cylindrical-coordinate representation of color #A84CED: hue angle of 274.29º degrees, saturation: 0.82, 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 #A84CED is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 76 237 -
CMYK 0.29 0.68 0 0.07
HSL 274.29º 0.82% 0.61% -
HSV(B) 274.29º 0.68% 0.93% -
XYZ 34.02 19.61 82.11 -
YUV 121.86 192.98 160.91 -
System Red Green Blue C M Y K H S L
Decimal 168 76 237 0.29 0.68 0 0.07 274.29 0.82 0.61
Hex A8 4C ED 1D 44 0 7 112 52 3D
Octal 250 114 355 35 104 0 7 422 122 75
Binary 10101000 1001100 11101101 11101 1000100 0 111 100010010 1010010 111101

Color Harmonies of #A84CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84CED

Black with #A84CED

Text Example


Text Example

White with #A84CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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