Html Css Color HEX #A24ADA Dark Orchid

📋 copy color: '#A24ADA'

red 162 ◦ green 74 ◦ blue 218

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

Shades of Dark Orchid #A24ADA

Tints of Dark Orchid #A24ADA

RGB

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

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

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

R = 35.68%
G = 16.3%
B = 48.02%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A24ADA (or 0xA24ADA) is known color: Dark Orchid. HEX triplet: A2, 4A and DA. RGB value is (162,74,218). Sum of RGB (Red+Green+Blue) = 162+74+218=454 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.68% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #A24ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A24ADA is #5DB525. Grayscale: #747474. Windows color (decimal): -6141222 or 14305954. OLE color: 14305954.

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

Color convert

RGB 162 74 218 -
CMYK 0.26 0.66 0 0.15
HSL 276.67º 0.66% 0.57% -
HSV(B) 276.67º 0.66% 0.85% -
XYZ 30 17.64 68.15 -
YUV 116.73 185.15 160.29 -
System Red Green Blue C M Y K H S L
Decimal 162 74 218 0.26 0.66 0 0.15 276.67 0.66 0.57
Hex A2 4A DA 1A 42 0 F 115 42 39
Octal 242 112 332 32 102 0 17 425 102 71
Binary 10100010 1001010 11011010 11010 1000010 0 1111 100010101 1000010 111001

Color Harmonies of #A24ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24ADA

Black with #A24ADA

Text Example


Text Example

White with #A24ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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