Html Css Color HEX #A624AA Dark Orchid

📋 copy color: '#A624AA'

red 166 ◦ green 36 ◦ blue 170

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

Shades of Dark Orchid #A624AA

Tints of Dark Orchid #A624AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.7%

R = 44.62%
G = 9.68%
B = 45.7%

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

#A624AA (or 0xA624AA) is known color: Dark Orchid. HEX triplet: A6, 24 and AA. RGB value is (166,36,170). Sum of RGB (Red+Green+Blue) = 166+36+170=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #A624AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A624AA is #59DB55. Grayscale: #595959. Windows color (decimal): -5888854 or 11150502. OLE color: 11150502.

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

Color convert

RGB 166 36 170 -
CMYK 0.02 0.79 0 0.33
HSL 298.21º 0.65% 0.4% -
HSV(B) 298.21º 0.79% 0.67% -
XYZ 23.61 12.27 39.15 -
YUV 90.15 173.07 182.1 -
System Red Green Blue C M Y K H S L
Decimal 166 36 170 0.02 0.79 0 0.33 298.21 0.65 0.4
Hex A6 24 AA 2 4F 0 21 12A 41 28
Octal 246 44 252 2 117 0 41 452 101 50
Binary 10100110 100100 10101010 10 1001111 0 100001 100101010 1000001 101000

Color Harmonies of #A624AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A624AA

Black with #A624AA

Text Example


Text Example

White with #A624AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A624AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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