Html Css Color HEX #A824DF Dark Orchid

📋 copy color: '#A824DF'

red 168 ◦ green 36 ◦ blue 223

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

Shades of Dark Orchid #A824DF

Tints of Dark Orchid #A824DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.22%

R = 39.34%
G = 8.43%
B = 52.22%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A824DF (or 0xA824DF) is known color: Dark Orchid. HEX triplet: A8, 24 and DF. RGB value is (168,36,223). Sum of RGB (Red+Green+Blue) = 168+36+223=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 36 (14.45% from 255 or 8.43% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #A824DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A824DF is #57DB20. Grayscale: #606060. Windows color (decimal): -5757729 or 14623912. OLE color: 14623912.

HSL color Cylindrical-coordinate representation of color #A824DF: hue angle of 282.35º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A824DF is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 36 223 -
CMYK 0.25 0.84 0 0.13
HSL 282.35º 0.75% 0.51% -
HSV(B) 282.35º 0.84% 0.87% -
XYZ 30.1 14.91 71.1 -
YUV 96.79 199.23 178.79 -
System Red Green Blue C M Y K H S L
Decimal 168 36 223 0.25 0.84 0 0.13 282.35 0.75 0.51
Hex A8 24 DF 19 54 0 D 11A 4B 33
Octal 250 44 337 31 124 0 15 432 113 63
Binary 10101000 100100 11011111 11001 1010100 0 1101 100011010 1001011 110011

Color Harmonies of #A824DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A824DF

Black with #A824DF

Text Example


Text Example

White with #A824DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A824DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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