Html Css Color HEX #A23CE3 Dark Orchid

📋 copy color: '#A23CE3'

red 162 ◦ green 60 ◦ blue 227

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

Shades of Dark Orchid #A23CE3

Tints of Dark Orchid #A23CE3

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.36%

 BLUE value IS 227 (89.06% from 255) = 50.56%

R = 36.08%
G = 13.36%
B = 50.56%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A23CE3 (or 0xA23CE3) is known color: Dark Orchid. HEX triplet: A2, 3C and E3. RGB value is (162,60,227). Sum of RGB (Red+Green+Blue) = 162+60+227=449 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.08% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 227 (89.06% from 255 or 50.56% from 449); Max value from RGB is 227 - color contains mainly: blue. Hex color #A23CE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23CE3 is #5DC31C. Grayscale: #6C6C6C. Windows color (decimal): -6144797 or 14892194. OLE color: 14892194.

HSL color Cylindrical-coordinate representation of color #A23CE3: hue angle of 276.65º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A23CE3 is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 162 60 227 -
CMYK 0.29 0.74 0 0.11
HSL 276.65º 0.75% 0.56% -
HSV(B) 276.65º 0.74% 0.89% -
XYZ 30.38 16.46 74.25 -
YUV 109.54 194.29 165.42 -
System Red Green Blue C M Y K H S L
Decimal 162 60 227 0.29 0.74 0 0.11 276.65 0.75 0.56
Hex A2 3C E3 1D 4A 0 B 115 4B 38
Octal 242 74 343 35 112 0 13 425 113 70
Binary 10100010 111100 11100011 11101 1001010 0 1011 100010101 1001011 111000

Color Harmonies of #A23CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23CE3

Black with #A23CE3

Text Example


Text Example

White with #A23CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23CE3; }

 p { color: rgb(162,60,227); }

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

background-color css

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

 a { background-color: rgb(162,60,227); }

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

border-color css

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

 span { border-color: rgb(162,60,227); }

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