Html Css Color HEX #A24CDB Medium Orchid

📋 copy color: '#A24CDB'

red 162 ◦ green 76 ◦ blue 219

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

Shades of Medium Orchid #A24CDB

Tints of Medium Orchid #A24CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.92%

R = 35.45%
G = 16.63%
B = 47.92%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A24CDB (or 0xA24CDB) is known color: Medium Orchid. HEX triplet: A2, 4C and DB. RGB value is (162,76,219). Sum of RGB (Red+Green+Blue) = 162+76+219=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #A24CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A24CDB is #5DB324. Grayscale: #757575. Windows color (decimal): -6140709 or 14372002. OLE color: 14372002.

HSL color Cylindrical-coordinate representation of color #A24CDB: hue angle of 276.08º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A24CDB is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 76 219 -
CMYK 0.26 0.65 0 0.14
HSL 276.08º 0.67% 0.58% -
HSV(B) 276.08º 0.65% 0.86% -
XYZ 30.27 17.96 68.89 -
YUV 118.02 184.99 159.37 -
System Red Green Blue C M Y K H S L
Decimal 162 76 219 0.26 0.65 0 0.14 276.08 0.67 0.58
Hex A2 4C DB 1A 41 0 E 114 43 3A
Octal 242 114 333 32 101 0 16 424 103 72
Binary 10100010 1001100 11011011 11010 1000001 0 1110 100010100 1000011 111010

Color Harmonies of #A24CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24CDB

Black with #A24CDB

Text Example


Text Example

White with #A24CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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