Html Css Color HEX #A623AE Dark Orchid

📋 copy color: '#A623AE'

red 166 ◦ green 35 ◦ blue 174

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

Shades of Dark Orchid #A623AE

Tints of Dark Orchid #A623AE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.33%

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

R = 44.27%
G = 9.33%
B = 46.4%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A623AE (or 0xA623AE) is known color: Dark Orchid. HEX triplet: A6, 23 and AE. RGB value is (166,35,174). Sum of RGB (Red+Green+Blue) = 166+35+174=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #A623AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A623AE is #59DC51. Grayscale: #595959. Windows color (decimal): -5889106 or 11412390. OLE color: 11412390.

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

Color convert

RGB 166 35 174 -
CMYK 0.05 0.80 0 0.32
HSL 296.55º 0.67% 0.41% -
HSV(B) 296.55º 0.8% 0.68% -
XYZ 23.97 12.37 41.17 -
YUV 90.02 175.4 182.2 -
System Red Green Blue C M Y K H S L
Decimal 166 35 174 0.05 0.80 0 0.32 296.55 0.67 0.41
Hex A6 23 AE 5 50 0 20 129 43 29
Octal 246 43 256 5 120 0 40 451 103 51
Binary 10100110 100011 10101110 101 1010000 0 100000 100101001 1000011 101001

Color Harmonies of #A623AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A623AE

Black with #A623AE

Text Example


Text Example

White with #A623AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A623AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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