Html Css Color HEX #A84BDE Medium Orchid

📋 copy color: '#A84BDE'

red 168 ◦ green 75 ◦ blue 222

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

Shades of Medium Orchid #A84BDE

Tints of Medium Orchid #A84BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.74%

R = 36.13%
G = 16.13%
B = 47.74%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A84BDE (or 0xA84BDE) is known color: Medium Orchid. HEX triplet: A8, 4B and DE. RGB value is (168,75,222). Sum of RGB (Red+Green+Blue) = 168+75+222=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #A84BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84BDE is #57B421. Grayscale: #777777. Windows color (decimal): -5747746 or 14568360. OLE color: 14568360.

HSL color Cylindrical-coordinate representation of color #A84BDE: hue angle of 277.96º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A84BDE is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 75 222 -
CMYK 0.24 0.66 0 0.13
HSL 277.96º 0.69% 0.58% -
HSV(B) 277.96º 0.66% 0.87% -
XYZ 31.85 18.63 71.02 -
YUV 119.57 185.81 162.55 -
System Red Green Blue C M Y K H S L
Decimal 168 75 222 0.24 0.66 0 0.13 277.96 0.69 0.58
Hex A8 4B DE 18 42 0 D 116 45 3A
Octal 250 113 336 30 102 0 15 426 105 72
Binary 10101000 1001011 11011110 11000 1000010 0 1101 100010110 1000101 111010

Color Harmonies of #A84BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84BDE

Black with #A84BDE

Text Example


Text Example

White with #A84BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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