Html Css Color HEX #A624AE Dark Orchid

📋 copy color: '#A624AE'

red 166 ◦ green 36 ◦ blue 174

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

Shades of Dark Orchid #A624AE

Tints of Dark Orchid #A624AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.28%

R = 44.15%
G = 9.57%
B = 46.28%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A624AE (or 0xA624AE) is known color: Dark Orchid. HEX triplet: A6, 24 and AE. RGB value is (166,36,174). Sum of RGB (Red+Green+Blue) = 166+36+174=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #A624AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A624AE is #59DB51. Grayscale: #5A5A5A. Windows color (decimal): -5888850 or 11412646. OLE color: 11412646.

HSL color Cylindrical-coordinate representation of color #A624AE: hue angle of 296.52º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A624AE is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 36 174 -
CMYK 0.05 0.79 0 0.32
HSL 296.52º 0.66% 0.41% -
HSV(B) 296.52º 0.79% 0.68% -
XYZ 24 12.42 41.18 -
YUV 90.6 175.07 181.78 -
System Red Green Blue C M Y K H S L
Decimal 166 36 174 0.05 0.79 0 0.32 296.52 0.66 0.41
Hex A6 24 AE 5 4F 0 20 129 42 29
Octal 246 44 256 5 117 0 40 451 102 51
Binary 10100110 100100 10101110 101 1001111 0 100000 100101001 1000010 101001

Color Harmonies of #A624AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A624AE

Black with #A624AE

Text Example


Text Example

White with #A624AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A624AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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