Html Css Color HEX #A23ACC Dark Orchid

📋 copy color: '#A23ACC'

red 162 ◦ green 58 ◦ blue 204

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

Shades of Dark Orchid #A23ACC

Tints of Dark Orchid #A23ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.11%

R = 38.21%
G = 13.68%
B = 48.11%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A23ACC (or 0xA23ACC) is known color: Dark Orchid. HEX triplet: A2, 3A and CC. RGB value is (162,58,204). Sum of RGB (Red+Green+Blue) = 162+58+204=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 58 (23.05% from 255 or 13.68% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #A23ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23ACC is #5DC533. Grayscale: #696969. Windows color (decimal): -6145332 or 13384354. OLE color: 13384354.

HSL color Cylindrical-coordinate representation of color #A23ACC: hue angle of 282.74º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A23ACC is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 58 204 -
CMYK 0.21 0.72 0 0.2
HSL 282.74º 0.59% 0.51% -
HSV(B) 282.74º 0.72% 0.8% -
XYZ 27.31 15.07 58.6 -
YUV 105.74 183.46 168.13 -
System Red Green Blue C M Y K H S L
Decimal 162 58 204 0.21 0.72 0 0.2 282.74 0.59 0.51
Hex A2 3A CC 15 48 0 14 11B 3B 33
Octal 242 72 314 25 110 0 24 433 73 63
Binary 10100010 111010 11001100 10101 1001000 0 10100 100011011 111011 110011

Color Harmonies of #A23ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23ACC

Black with #A23ACC

Text Example


Text Example

White with #A23ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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