Html Css Color HEX #A24DDA Medium Orchid

📋 copy color: '#A24DDA'

red 162 ◦ green 77 ◦ blue 218

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

Shades of Medium Orchid #A24DDA

Tints of Medium Orchid #A24DDA

RGB

 RED value IS 162 (63.67% from 255) = 35.45%

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

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

R = 35.45%
G = 16.85%
B = 47.7%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A24DDA (or 0xA24DDA) is known color: Medium Orchid. HEX triplet: A2, 4D and DA. RGB value is (162,77,218). Sum of RGB (Red+Green+Blue) = 162+77+218=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #A24DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A24DDA is #5DB225. Grayscale: #767676. Windows color (decimal): -6140454 or 14306722. OLE color: 14306722.

HSL color Cylindrical-coordinate representation of color #A24DDA: hue angle of 276.17º 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 #A24DDA is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 77 218 -
CMYK 0.26 0.65 0 0.15
HSL 276.17º 0.66% 0.58% -
HSV(B) 276.17º 0.65% 0.85% -
XYZ 30.21 18.05 68.22 -
YUV 118.49 184.16 159.04 -
System Red Green Blue C M Y K H S L
Decimal 162 77 218 0.26 0.65 0 0.15 276.17 0.66 0.58
Hex A2 4D DA 1A 41 0 F 114 42 3A
Octal 242 115 332 32 101 0 17 424 102 72
Binary 10100010 1001101 11011010 11010 1000001 0 1111 100010100 1000010 111010

Color Harmonies of #A24DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24DDA

Black with #A24DDA

Text Example


Text Example

White with #A24DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24DDA; }

 p { color: rgb(162,77,218); }

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

background-color css

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

 a { background-color: rgb(162,77,218); }

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

border-color css

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

 span { border-color: rgb(162,77,218); }

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