Html Css Color HEX #A724CC Dark Orchid

📋 copy color: '#A724CC'

red 167 ◦ green 36 ◦ blue 204

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

Shades of Dark Orchid #A724CC

Tints of Dark Orchid #A724CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.12%

R = 41.03%
G = 8.85%
B = 50.12%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A724CC (or 0xA724CC) is known color: Dark Orchid. HEX triplet: A7, 24 and CC. RGB value is (167,36,204). Sum of RGB (Red+Green+Blue) = 167+36+204=407 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.03% from 407); Green value is 36 (14.45% from 255 or 8.85% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #A724CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A724CC is #58DB33. Grayscale: #5D5D5D. Windows color (decimal): -5823284 or 13378727. OLE color: 13378727.

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

Color convert

RGB 167 36 204 -
CMYK 0.18 0.82 0 0.2
HSL 286.79º 0.7% 0.47% -
HSV(B) 286.79º 0.82% 0.8% -
XYZ 27.47 13.84 58.35 -
YUV 94.32 189.9 179.84 -
System Red Green Blue C M Y K H S L
Decimal 167 36 204 0.18 0.82 0 0.2 286.79 0.7 0.47
Hex A7 24 CC 12 52 0 14 11F 46 2F
Octal 247 44 314 22 122 0 24 437 106 57
Binary 10100111 100100 11001100 10010 1010010 0 10100 100011111 1000110 101111

Color Harmonies of #A724CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A724CC

Black with #A724CC

Text Example


Text Example

White with #A724CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A724CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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