Html Css Color HEX #A23BC1 Dark Orchid

📋 copy color: '#A23BC1'

red 162 ◦ green 59 ◦ blue 193

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

Shades of Dark Orchid #A23BC1

Tints of Dark Orchid #A23BC1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.25%

 BLUE value IS 193 (75.78% from 255) = 46.62%

R = 39.13%
G = 14.25%
B = 46.62%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A23BC1 (or 0xA23BC1) is known color: Dark Orchid. HEX triplet: A2, 3B and C1. RGB value is (162,59,193). Sum of RGB (Red+Green+Blue) = 162+59+193=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 59 (23.44% from 255 or 14.25% from 414); Blue value is 193 (75.78% from 255 or 46.62% from 414); Max value from RGB is 193 - color contains mainly: blue. Hex color #A23BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23BC1 is #5DC43E. Grayscale: #686868. Windows color (decimal): -6145087 or 12663714. OLE color: 12663714.

HSL color Cylindrical-coordinate representation of color #A23BC1: hue angle of 286.12º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A23BC1 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 59 193 -
CMYK 0.16 0.69 0 0.24
HSL 286.12º 0.53% 0.49% -
HSV(B) 286.12º 0.69% 0.76% -
XYZ 26.09 14.66 51.91 -
YUV 105.07 177.62 168.6 -
System Red Green Blue C M Y K H S L
Decimal 162 59 193 0.16 0.69 0 0.24 286.12 0.53 0.49
Hex A2 3B C1 10 45 0 18 11E 35 31
Octal 242 73 301 20 105 0 30 436 65 61
Binary 10100010 111011 11000001 10000 1000101 0 11000 100011110 110101 110001

Color Harmonies of #A23BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23BC1

Black with #A23BC1

Text Example


Text Example

White with #A23BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23BC1; }

 p { color: rgb(162,59,193); }

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

background-color css

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

 a { background-color: rgb(162,59,193); }

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

border-color css

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

 span { border-color: rgb(162,59,193); }

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