Html Css Color HEX #A24CDD Medium Orchid

📋 copy color: '#A24CDD'

red 162 ◦ green 76 ◦ blue 221

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

Shades of Medium Orchid #A24CDD

Tints of Medium Orchid #A24CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.15%

R = 35.29%
G = 16.56%
B = 48.15%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A24CDD (or 0xA24CDD) is known color: Medium Orchid. HEX triplet: A2, 4C and DD. RGB value is (162,76,221). Sum of RGB (Red+Green+Blue) = 162+76+221=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 76 (30.08% from 255 or 16.56% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #A24CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A24CDD is #5DB322. Grayscale: #757575. Windows color (decimal): -6140707 or 14503074. OLE color: 14503074.

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

Color convert

RGB 162 76 221 -
CMYK 0.27 0.66 0 0.13
HSL 275.59º 0.68% 0.58% -
HSV(B) 275.59º 0.66% 0.87% -
XYZ 30.54 18.07 70.29 -
YUV 118.24 185.99 159.21 -
System Red Green Blue C M Y K H S L
Decimal 162 76 221 0.27 0.66 0 0.13 275.59 0.68 0.58
Hex A2 4C DD 1B 42 0 D 114 44 3A
Octal 242 114 335 33 102 0 15 424 104 72
Binary 10100010 1001100 11011101 11011 1000010 0 1101 100010100 1000100 111010

Color Harmonies of #A24CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24CDD

Black with #A24CDD

Text Example


Text Example

White with #A24CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24CDD; }

 p { color: rgb(162,76,221); }

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

background-color css

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

 a { background-color: rgb(162,76,221); }

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

border-color css

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

 span { border-color: rgb(162,76,221); }

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