Html Css Color HEX #A824AC Dark Orchid

📋 copy color: '#A824AC'

red 168 ◦ green 36 ◦ blue 172

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

Shades of Dark Orchid #A824AC

Tints of Dark Orchid #A824AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.74%

R = 44.68%
G = 9.57%
B = 45.74%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A824AC (or 0xA824AC) is known color: Dark Orchid. HEX triplet: A8, 24 and AC. RGB value is (168,36,172). Sum of RGB (Red+Green+Blue) = 168+36+172=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #A824AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A824AC is #57DB53. Grayscale: #5A5A5A. Windows color (decimal): -5757780 or 11281576. OLE color: 11281576.

HSL color Cylindrical-coordinate representation of color #A824AC: hue angle of 298.24º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A824AC is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 36 172 -
CMYK 0.02 0.79 0 0.33
HSL 298.24º 0.65% 0.41% -
HSV(B) 298.24º 0.79% 0.67% -
XYZ 24.23 12.57 40.18 -
YUV 90.97 173.73 182.94 -
System Red Green Blue C M Y K H S L
Decimal 168 36 172 0.02 0.79 0 0.33 298.24 0.65 0.41
Hex A8 24 AC 2 4F 0 21 12A 41 29
Octal 250 44 254 2 117 0 41 452 101 51
Binary 10101000 100100 10101100 10 1001111 0 100001 100101010 1000001 101001

Color Harmonies of #A824AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A824AC

Black with #A824AC

Text Example


Text Example

White with #A824AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A824AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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