Html Css Color HEX #A24ADB Dark Orchid

📋 copy color: '#A24ADB'

red 162 ◦ green 74 ◦ blue 219

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

Shades of Dark Orchid #A24ADB

Tints of Dark Orchid #A24ADB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.26%

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

R = 35.6%
G = 16.26%
B = 48.13%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A24ADB (or 0xA24ADB) is known color: Dark Orchid. HEX triplet: A2, 4A and DB. RGB value is (162,74,219). Sum of RGB (Red+Green+Blue) = 162+74+219=455 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.60% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #A24ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A24ADB is #5DB524. Grayscale: #747474. Windows color (decimal): -6141221 or 14371490. OLE color: 14371490.

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

Color convert

RGB 162 74 219 -
CMYK 0.26 0.66 0 0.14
HSL 276.41º 0.67% 0.57% -
HSV(B) 276.41º 0.66% 0.86% -
XYZ 30.14 17.69 68.84 -
YUV 116.84 185.65 160.21 -
System Red Green Blue C M Y K H S L
Decimal 162 74 219 0.26 0.66 0 0.14 276.41 0.67 0.57
Hex A2 4A DB 1A 42 0 E 114 43 39
Octal 242 112 333 32 102 0 16 424 103 71
Binary 10100010 1001010 11011011 11010 1000010 0 1110 100010100 1000011 111001

Color Harmonies of #A24ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24ADB

Black with #A24ADB

Text Example


Text Example

White with #A24ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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