Html Css Color HEX #A23CDB Dark Orchid

📋 copy color: '#A23CDB'

red 162 ◦ green 60 ◦ blue 219

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

Shades of Dark Orchid #A23CDB

Tints of Dark Orchid #A23CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.66%

R = 36.73%
G = 13.61%
B = 49.66%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A23CDB (or 0xA23CDB) is known color: Dark Orchid. HEX triplet: A2, 3C and DB. RGB value is (162,60,219). Sum of RGB (Red+Green+Blue) = 162+60+219=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 60 (23.83% from 255 or 13.61% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #A23CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23CDB is #5DC324. Grayscale: #6C6C6C. Windows color (decimal): -6144805 or 14367906. OLE color: 14367906.

HSL color Cylindrical-coordinate representation of color #A23CDB: hue angle of 278.49º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A23CDB is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 60 219 -
CMYK 0.26 0.73 0 0.14
HSL 278.49º 0.69% 0.55% -
HSV(B) 278.49º 0.73% 0.86% -
XYZ 29.3 16.03 68.57 -
YUV 108.62 190.29 166.07 -
System Red Green Blue C M Y K H S L
Decimal 162 60 219 0.26 0.73 0 0.14 278.49 0.69 0.55
Hex A2 3C DB 1A 49 0 E 116 45 37
Octal 242 74 333 32 111 0 16 426 105 67
Binary 10100010 111100 11011011 11010 1001001 0 1110 100010110 1000101 110111

Color Harmonies of #A23CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23CDB

Black with #A23CDB

Text Example


Text Example

White with #A23CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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