Html Css Color HEX #A23BDF Dark Orchid

📋 copy color: '#A23BDF'

red 162 ◦ green 59 ◦ blue 223

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

Shades of Dark Orchid #A23BDF

Tints of Dark Orchid #A23BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.23%

R = 36.49%
G = 13.29%
B = 50.23%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A23BDF (or 0xA23BDF) is known color: Dark Orchid. HEX triplet: A2, 3B and DF. RGB value is (162,59,223). Sum of RGB (Red+Green+Blue) = 162+59+223=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 59 (23.44% from 255 or 13.29% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #A23BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23BDF is #5DC420. Grayscale: #6B6B6B. Windows color (decimal): -6145057 or 14629794. OLE color: 14629794.

HSL color Cylindrical-coordinate representation of color #A23BDF: hue angle of 277.68º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A23BDF is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 59 223 -
CMYK 0.27 0.74 0 0.13
HSL 277.68º 0.72% 0.55% -
HSV(B) 277.68º 0.74% 0.87% -
XYZ 29.78 16.14 71.36 -
YUV 108.49 192.62 166.16 -
System Red Green Blue C M Y K H S L
Decimal 162 59 223 0.27 0.74 0 0.13 277.68 0.72 0.55
Hex A2 3B DF 1B 4A 0 D 116 48 37
Octal 242 73 337 33 112 0 15 426 110 67
Binary 10100010 111011 11011111 11011 1001010 0 1101 100010110 1001000 110111

Color Harmonies of #A23BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23BDF

Black with #A23BDF

Text Example


Text Example

White with #A23BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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