Html Css Color HEX #A023DF Dark Orchid

📋 copy color: '#A023DF'

red 160 ◦ green 35 ◦ blue 223

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

Shades of Dark Orchid #A023DF

Tints of Dark Orchid #A023DF

RGB

 RED value IS 160 (62.89% from 255) = 38.28%

 GREEN value IS 35 (14.06% from 255) = 8.37%

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

R = 38.28%
G = 8.37%
B = 53.35%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A023DF (or 0xA023DF) is known color: Dark Orchid. HEX triplet: A0, 23 and DF. RGB value is (160,35,223). Sum of RGB (Red+Green+Blue) = 160+35+223=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 35 (14.06% from 255 or 8.37% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #A023DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A023DF is #5FDC20. Grayscale: #5D5D5D. Windows color (decimal): -6282273 or 14623648. OLE color: 14623648.

HSL color Cylindrical-coordinate representation of color #A023DF: hue angle of 279.89º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A023DF is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 35 223 -
CMYK 0.28 0.84 0 0.13
HSL 279.89º 0.75% 0.51% -
HSV(B) 279.89º 0.84% 0.87% -
XYZ 28.42 14 71.02 -
YUV 93.81 200.91 175.21 -
System Red Green Blue C M Y K H S L
Decimal 160 35 223 0.28 0.84 0 0.13 279.89 0.75 0.51
Hex A0 23 DF 1C 54 0 D 118 4B 33
Octal 240 43 337 34 124 0 15 430 113 63
Binary 10100000 100011 11011111 11100 1010100 0 1101 100011000 1001011 110011

Color Harmonies of #A023DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A023DF

Black with #A023DF

Text Example


Text Example

White with #A023DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A023DF; }

 p { color: rgb(160,35,223); }

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

background-color css

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

 a { background-color: rgb(160,35,223); }

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

border-color css

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

 span { border-color: rgb(160,35,223); }

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