Html Css Color HEX #A84DD4 Medium Orchid

📋 copy color: '#A84DD4'

red 168 ◦ green 77 ◦ blue 212

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

Shades of Medium Orchid #A84DD4

Tints of Medium Orchid #A84DD4

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.85%

 BLUE value IS 212 (83.2% from 255) = 46.39%

R = 36.76%
G = 16.85%
B = 46.39%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A84DD4 (or 0xA84DD4) is known color: Medium Orchid. HEX triplet: A8, 4D and D4. RGB value is (168,77,212). Sum of RGB (Red+Green+Blue) = 168+77+212=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 212 (83.20% from 255 or 46.39% from 457); Max value from RGB is 212 - color contains mainly: blue. Hex color #A84DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A84DD4 is #57B22B. Grayscale: #777777. Windows color (decimal): -5747244 or 13913512. OLE color: 13913512.

HSL color Cylindrical-coordinate representation of color #A84DD4: hue angle of 280.44º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A84DD4 is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 77 212 -
CMYK 0.21 0.64 0 0.17
HSL 280.44º 0.61% 0.57% -
HSV(B) 280.44º 0.64% 0.83% -
XYZ 30.69 18.39 64.22 -
YUV 119.6 180.15 162.52 -
System Red Green Blue C M Y K H S L
Decimal 168 77 212 0.21 0.64 0 0.17 280.44 0.61 0.57
Hex A8 4D D4 15 40 0 11 118 3D 39
Octal 250 115 324 25 100 0 21 430 75 71
Binary 10101000 1001101 11010100 10101 1000000 0 10001 100011000 111101 111001

Color Harmonies of #A84DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84DD4

Black with #A84DD4

Text Example


Text Example

White with #A84DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84DD4; }

 p { color: rgb(168,77,212); }

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

background-color css

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

 a { background-color: rgb(168,77,212); }

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

border-color css

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

 span { border-color: rgb(168,77,212); }

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