Html Css Color HEX #A23CBB Dark Orchid

📋 copy color: '#A23CBB'

red 162 ◦ green 60 ◦ blue 187

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

Shades of Dark Orchid #A23CBB

Tints of Dark Orchid #A23CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.72%

R = 39.61%
G = 14.67%
B = 45.72%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A23CBB (or 0xA23CBB) is known color: Dark Orchid. HEX triplet: A2, 3C and BB. RGB value is (162,60,187). Sum of RGB (Red+Green+Blue) = 162+60+187=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #A23CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23CBB is #5DC344. Grayscale: #686868. Windows color (decimal): -6144837 or 12270754. OLE color: 12270754.

HSL color Cylindrical-coordinate representation of color #A23CBB: hue angle of 288.19º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A23CBB is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 60 187 -
CMYK 0.13 0.68 0 0.27
HSL 288.19º 0.51% 0.48% -
HSV(B) 288.19º 0.68% 0.73% -
XYZ 25.49 14.5 48.47 -
YUV 104.98 174.29 168.67 -
System Red Green Blue C M Y K H S L
Decimal 162 60 187 0.13 0.68 0 0.27 288.19 0.51 0.48
Hex A2 3C BB D 44 0 1B 120 33 30
Octal 242 74 273 15 104 0 33 440 63 60
Binary 10100010 111100 10111011 1101 1000100 0 11011 100100000 110011 110000

Color Harmonies of #A23CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23CBB

Black with #A23CBB

Text Example


Text Example

White with #A23CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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