Html Css Color HEX #A824DC Dark Orchid

📋 copy color: '#A824DC'

red 168 ◦ green 36 ◦ blue 220

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

Shades of Dark Orchid #A824DC

Tints of Dark Orchid #A824DC

RGB

 RED value IS 168 (66.02% from 255) = 39.62%

 GREEN value IS 36 (14.45% from 255) = 8.49%

 BLUE value IS 220 (86.33% from 255) = 51.89%

R = 39.62%
G = 8.49%
B = 51.89%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A824DC (or 0xA824DC) is known color: Dark Orchid. HEX triplet: A8, 24 and DC. RGB value is (168,36,220). Sum of RGB (Red+Green+Blue) = 168+36+220=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #A824DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A824DC is #57DB23. Grayscale: #5F5F5F. Windows color (decimal): -5757732 or 14427304. OLE color: 14427304.

HSL color Cylindrical-coordinate representation of color #A824DC: hue angle of 283.04º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A824DC is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 36 220 -
CMYK 0.24 0.84 0 0.14
HSL 283.04º 0.72% 0.5% -
HSV(B) 283.04º 0.84% 0.86% -
XYZ 29.7 14.75 68.99 -
YUV 96.44 197.73 179.04 -
System Red Green Blue C M Y K H S L
Decimal 168 36 220 0.24 0.84 0 0.14 283.04 0.72 0.5
Hex A8 24 DC 18 54 0 E 11B 48 32
Octal 250 44 334 30 124 0 16 433 110 62
Binary 10101000 100100 11011100 11000 1010100 0 1110 100011011 1001000 110010

Color Harmonies of #A824DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A824DC

Black with #A824DC

Text Example


Text Example

White with #A824DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A824DC; }

 p { color: rgb(168,36,220); }

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

background-color css

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

 a { background-color: rgb(168,36,220); }

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

border-color css

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

 span { border-color: rgb(168,36,220); }

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