Html Css Color HEX #A724CA Dark Orchid

📋 copy color: '#A724CA'

red 167 ◦ green 36 ◦ blue 202

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

Shades of Dark Orchid #A724CA

Tints of Dark Orchid #A724CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.88%

R = 41.23%
G = 8.89%
B = 49.88%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A724CA (or 0xA724CA) is known color: Dark Orchid. HEX triplet: A7, 24 and CA. RGB value is (167,36,202). Sum of RGB (Red+Green+Blue) = 167+36+202=405 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.23% from 405); Green value is 36 (14.45% from 255 or 8.89% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #A724CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A724CA is #58DB35. Grayscale: #5D5D5D. Windows color (decimal): -5823286 or 13247655. OLE color: 13247655.

HSL color Cylindrical-coordinate representation of color #A724CA: hue angle of 287.35º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A724CA is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 36 202 -
CMYK 0.17 0.82 0 0.21
HSL 287.35º 0.7% 0.47% -
HSV(B) 287.35º 0.82% 0.79% -
XYZ 27.23 13.74 57.09 -
YUV 94.09 188.9 180 -
System Red Green Blue C M Y K H S L
Decimal 167 36 202 0.17 0.82 0 0.21 287.35 0.7 0.47
Hex A7 24 CA 11 52 0 15 11F 46 2F
Octal 247 44 312 21 122 0 25 437 106 57
Binary 10100111 100100 11001010 10001 1010010 0 10101 100011111 1000110 101111

Color Harmonies of #A724CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A724CA

Black with #A724CA

Text Example


Text Example

White with #A724CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A724CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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