Html Css Color HEX #A23DDF Dark Orchid

📋 copy color: '#A23DDF'

red 162 ◦ green 61 ◦ blue 223

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

Shades of Dark Orchid #A23DDF

Tints of Dark Orchid #A23DDF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.68%

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

R = 36.32%
G = 13.68%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A23DDF (or 0xA23DDF) is known color: Dark Orchid. HEX triplet: A2, 3D and DF. RGB value is (162,61,223). Sum of RGB (Red+Green+Blue) = 162+61+223=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #A23DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23DDF is #5DC220. Grayscale: #6D6D6D. Windows color (decimal): -6144545 or 14630306. OLE color: 14630306.

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

Color convert

RGB 162 61 223 -
CMYK 0.27 0.73 0 0.13
HSL 277.41º 0.72% 0.56% -
HSV(B) 277.41º 0.73% 0.87% -
XYZ 29.89 16.35 71.39 -
YUV 109.67 191.96 165.33 -
System Red Green Blue C M Y K H S L
Decimal 162 61 223 0.27 0.73 0 0.13 277.41 0.72 0.56
Hex A2 3D DF 1B 49 0 D 115 48 38
Octal 242 75 337 33 111 0 15 425 110 70
Binary 10100010 111101 11011111 11011 1001001 0 1101 100010101 1001000 111000

Color Harmonies of #A23DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23DDF

Black with #A23DDF

Text Example


Text Example

White with #A23DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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