Html Css Color HEX #A84CDE Medium Orchid

📋 copy color: '#A84CDE'

red 168 ◦ green 76 ◦ blue 222

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

Shades of Medium Orchid #A84CDE

Tints of Medium Orchid #A84CDE

RGB

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

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

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

R = 36.05%
G = 16.31%
B = 47.64%

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

#A84CDE (or 0xA84CDE) is known color: Medium Orchid. HEX triplet: A8, 4C and DE. RGB value is (168,76,222). Sum of RGB (Red+Green+Blue) = 168+76+222=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 76 (30.08% from 255 or 16.31% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #A84CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84CDE is #57B321. Grayscale: #777777. Windows color (decimal): -5747490 or 14568616. OLE color: 14568616.

HSL color Cylindrical-coordinate representation of color #A84CDE: hue angle of 277.81º 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 #A84CDE is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 76 222 -
CMYK 0.24 0.66 0 0.13
HSL 277.81º 0.69% 0.58% -
HSV(B) 277.81º 0.66% 0.87% -
XYZ 31.92 18.77 71.05 -
YUV 120.15 185.48 162.13 -
System Red Green Blue C M Y K H S L
Decimal 168 76 222 0.24 0.66 0 0.13 277.81 0.69 0.58
Hex A8 4C DE 18 42 0 D 116 45 3A
Octal 250 114 336 30 102 0 15 426 105 72
Binary 10101000 1001100 11011110 11000 1000010 0 1101 100010110 1000101 111010

Color Harmonies of #A84CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84CDE

Black with #A84CDE

Text Example


Text Example

White with #A84CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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