Html Css Color HEX #A623CE Dark Orchid

📋 copy color: '#A623CE'

red 166 ◦ green 35 ◦ blue 206

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

Shades of Dark Orchid #A623CE

Tints of Dark Orchid #A623CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.61%

R = 40.79%
G = 8.6%
B = 50.61%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A623CE (or 0xA623CE) is known color: Dark Orchid. HEX triplet: A6, 23 and CE. RGB value is (166,35,206). Sum of RGB (Red+Green+Blue) = 166+35+206=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 35 (14.06% from 255 or 8.60% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #A623CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A623CE is #59DC31. Grayscale: #5D5D5D. Windows color (decimal): -5889074 or 13509542. OLE color: 13509542.

HSL color Cylindrical-coordinate representation of color #A623CE: hue angle of 285.96º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A623CE is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 35 206 -
CMYK 0.19 0.83 0 0.19
HSL 285.96º 0.71% 0.47% -
HSV(B) 285.96º 0.83% 0.81% -
XYZ 27.47 13.77 59.6 -
YUV 93.66 191.4 179.6 -
System Red Green Blue C M Y K H S L
Decimal 166 35 206 0.19 0.83 0 0.19 285.96 0.71 0.47
Hex A6 23 CE 13 53 0 13 11E 47 2F
Octal 246 43 316 23 123 0 23 436 107 57
Binary 10100110 100011 11001110 10011 1010011 0 10011 100011110 1000111 101111

Color Harmonies of #A623CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A623CE

Black with #A623CE

Text Example


Text Example

White with #A623CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A623CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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