Html Css Color HEX #A624AC Dark Orchid

📋 copy color: '#A624AC'

red 166 ◦ green 36 ◦ blue 172

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

Shades of Dark Orchid #A624AC

Tints of Dark Orchid #A624AC

RGB

 RED value IS 166 (65.23% from 255) = 44.39%

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

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

R = 44.39%
G = 9.63%
B = 45.99%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A624AC (or 0xA624AC) is known color: Dark Orchid. HEX triplet: A6, 24 and AC. RGB value is (166,36,172). Sum of RGB (Red+Green+Blue) = 166+36+172=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #A624AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A624AC is #59DB53. Grayscale: #595959. Windows color (decimal): -5888852 or 11281574. OLE color: 11281574.

HSL color Cylindrical-coordinate representation of color #A624AC: hue angle of 297.35º 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 #A624AC is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 36 172 -
CMYK 0.03 0.79 0 0.33
HSL 297.35º 0.65% 0.41% -
HSV(B) 297.35º 0.79% 0.67% -
XYZ 23.8 12.35 40.16 -
YUV 90.37 174.07 181.94 -
System Red Green Blue C M Y K H S L
Decimal 166 36 172 0.03 0.79 0 0.33 297.35 0.65 0.41
Hex A6 24 AC 3 4F 0 21 129 41 29
Octal 246 44 254 3 117 0 41 451 101 51
Binary 10100110 100100 10101100 11 1001111 0 100001 100101001 1000001 101001

Color Harmonies of #A624AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A624AC

Black with #A624AC

Text Example


Text Example

White with #A624AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A624AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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