Html Css Color HEX #A84BEC Medium Orchid

📋 copy color: '#A84BEC'

red 168 ◦ green 75 ◦ blue 236

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

Shades of Medium Orchid #A84BEC

Tints of Medium Orchid #A84BEC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.66%

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

R = 35.07%
G = 15.66%
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

#A84BEC (or 0xA84BEC) is known color: Medium Orchid. HEX triplet: A8, 4B and EC. RGB value is (168,75,236). Sum of RGB (Red+Green+Blue) = 168+75+236=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 75 (29.69% from 255 or 15.66% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #A84BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84BEC is #57B413. Grayscale: #787878. Windows color (decimal): -5747732 or 15485864. OLE color: 15485864.

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

Color convert

RGB 168 75 236 -
CMYK 0.29 0.68 0 0.07
HSL 274.66º 0.81% 0.61% -
HSV(B) 274.66º 0.68% 0.93% -
XYZ 33.8 19.41 81.32 -
YUV 121.16 192.81 161.41 -
System Red Green Blue C M Y K H S L
Decimal 168 75 236 0.29 0.68 0 0.07 274.66 0.81 0.61
Hex A8 4B EC 1D 44 0 7 113 51 3D
Octal 250 113 354 35 104 0 7 423 121 75
Binary 10101000 1001011 11101100 11101 1000100 0 111 100010011 1010001 111101

Color Harmonies of #A84BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84BEC

Black with #A84BEC

Text Example


Text Example

White with #A84BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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