Html Css Color HEX #A23ACE Dark Orchid

📋 copy color: '#A23ACE'

red 162 ◦ green 58 ◦ blue 206

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

Shades of Dark Orchid #A23ACE

Tints of Dark Orchid #A23ACE

RGB

 RED value IS 162 (63.67% from 255) = 38.03%

 GREEN value IS 58 (23.05% from 255) = 13.62%

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

R = 38.03%
G = 13.62%
B = 48.36%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A23ACE (or 0xA23ACE) is known color: Dark Orchid. HEX triplet: A2, 3A and CE. RGB value is (162,58,206). Sum of RGB (Red+Green+Blue) = 162+58+206=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 58 (23.05% from 255 or 13.62% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #A23ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23ACE is #5DC531. Grayscale: #696969. Windows color (decimal): -6145330 or 13515426. OLE color: 13515426.

HSL color Cylindrical-coordinate representation of color #A23ACE: hue angle of 282.16º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A23ACE is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 58 206 -
CMYK 0.21 0.72 0 0.19
HSL 282.16º 0.6% 0.52% -
HSV(B) 282.16º 0.72% 0.81% -
XYZ 27.55 15.16 59.87 -
YUV 105.97 184.46 167.97 -
System Red Green Blue C M Y K H S L
Decimal 162 58 206 0.21 0.72 0 0.19 282.16 0.6 0.52
Hex A2 3A CE 15 48 0 13 11A 3C 34
Octal 242 72 316 25 110 0 23 432 74 64
Binary 10100010 111010 11001110 10101 1001000 0 10011 100011010 111100 110100

Color Harmonies of #A23ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23ACE

Black with #A23ACE

Text Example


Text Example

White with #A23ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23ACE; }

 p { color: rgb(162,58,206); }

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

background-color css

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

 a { background-color: rgb(162,58,206); }

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

border-color css

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

 span { border-color: rgb(162,58,206); }

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