Html Css Color HEX #A84CDA Medium Orchid

📋 copy color: '#A84CDA'

red 168 ◦ green 76 ◦ blue 218

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

Shades of Medium Orchid #A84CDA

Tints of Medium Orchid #A84CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.19%

R = 36.36%
G = 16.45%
B = 47.19%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A84CDA (or 0xA84CDA) is known color: Medium Orchid. HEX triplet: A8, 4C and DA. RGB value is (168,76,218). Sum of RGB (Red+Green+Blue) = 168+76+218=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #A84CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84CDA is #57B325. Grayscale: #777777. Windows color (decimal): -5747494 or 14306472. OLE color: 14306472.

HSL color Cylindrical-coordinate representation of color #A84CDA: hue angle of 278.87º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A84CDA is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 76 218 -
CMYK 0.23 0.65 0 0.15
HSL 278.87º 0.66% 0.58% -
HSV(B) 278.87º 0.65% 0.85% -
XYZ 31.39 18.56 68.26 -
YUV 119.7 183.48 162.45 -
System Red Green Blue C M Y K H S L
Decimal 168 76 218 0.23 0.65 0 0.15 278.87 0.66 0.58
Hex A8 4C DA 17 41 0 F 117 42 3A
Octal 250 114 332 27 101 0 17 427 102 72
Binary 10101000 1001100 11011010 10111 1000001 0 1111 100010111 1000010 111010

Color Harmonies of #A84CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84CDA

Black with #A84CDA

Text Example


Text Example

White with #A84CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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