Html Css Color HEX #A84CEF Medium Orchid

📋 copy color: '#A84CEF'

red 168 ◦ green 76 ◦ blue 239

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

Shades of Medium Orchid #A84CEF

Tints of Medium Orchid #A84CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.48%

R = 34.78%
G = 15.73%
B = 49.48%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A84CEF (or 0xA84CEF) is known color: Medium Orchid. HEX triplet: A8, 4C and EF. RGB value is (168,76,239). Sum of RGB (Red+Green+Blue) = 168+76+239=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 76 (30.08% from 255 or 15.73% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #A84CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84CEF is #57B310. Grayscale: #797979. Windows color (decimal): -5747473 or 15682728. OLE color: 15682728.

HSL color Cylindrical-coordinate representation of color #A84CEF: hue angle of 273.87º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A84CEF is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 76 239 -
CMYK 0.30 0.68 0 0.06
HSL 273.87º 0.84% 0.62% -
HSV(B) 273.87º 0.68% 0.94% -
XYZ 34.31 19.73 83.66 -
YUV 122.09 193.98 160.75 -
System Red Green Blue C M Y K H S L
Decimal 168 76 239 0.30 0.68 0 0.06 273.87 0.84 0.62
Hex A8 4C EF 1E 44 0 6 112 54 3E
Octal 250 114 357 36 104 0 6 422 124 76
Binary 10101000 1001100 11101111 11110 1000100 0 110 100010010 1010100 111110

Color Harmonies of #A84CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84CEF

Black with #A84CEF

Text Example


Text Example

White with #A84CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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