Html Css Color HEX #A724DD Dark Orchid

📋 copy color: '#A724DD'

red 167 ◦ green 36 ◦ blue 221

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

Shades of Dark Orchid #A724DD

Tints of Dark Orchid #A724DD

RGB

 RED value IS 167 (65.63% from 255) = 39.39%

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

 BLUE value IS 221 (86.72% from 255) = 52.12%

R = 39.39%
G = 8.49%
B = 52.12%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A724DD (or 0xA724DD) is known color: Dark Orchid. HEX triplet: A7, 24 and DD. RGB value is (167,36,221). Sum of RGB (Red+Green+Blue) = 167+36+221=424 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.39% from 424); Green value is 36 (14.45% from 255 or 8.49% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #A724DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A724DD is #58DB22. Grayscale: #5F5F5F. Windows color (decimal): -5823267 or 14492839. OLE color: 14492839.

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

Color convert

RGB 167 36 221 -
CMYK 0.24 0.84 0 0.13
HSL 282.49º 0.73% 0.5% -
HSV(B) 282.49º 0.84% 0.87% -
XYZ 29.62 14.7 69.68 -
YUV 96.26 198.4 178.46 -
System Red Green Blue C M Y K H S L
Decimal 167 36 221 0.24 0.84 0 0.13 282.49 0.73 0.5
Hex A7 24 DD 18 54 0 D 11A 49 32
Octal 247 44 335 30 124 0 15 432 111 62
Binary 10100111 100100 11011101 11000 1010100 0 1101 100011010 1001001 110010

Color Harmonies of #A724DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A724DD

Black with #A724DD

Text Example


Text Example

White with #A724DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A724DD; }

 p { color: rgb(167,36,221); }

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

background-color css

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

 a { background-color: rgb(167,36,221); }

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

border-color css

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

 span { border-color: rgb(167,36,221); }

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