Html Css Color HEX #A01DDF Dark Orchid

📋 copy color: '#A01DDF'

red 160 ◦ green 29 ◦ blue 223

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

Shades of Dark Orchid #A01DDF

Tints of Dark Orchid #A01DDF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.04%

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

R = 38.83%
G = 7.04%
B = 54.13%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A01DDF (or 0xA01DDF) is known color: Dark Orchid. HEX triplet: A0, 1D and DF. RGB value is (160,29,223). Sum of RGB (Red+Green+Blue) = 160+29+223=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 29 (11.72% from 255 or 7.04% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #A01DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01DDF is #5FE220. Grayscale: #595959. Windows color (decimal): -6283809 or 14622112. OLE color: 14622112.

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

Color convert

RGB 160 29 223 -
CMYK 0.28 0.87 0 0.13
HSL 280.52º 0.77% 0.49% -
HSV(B) 280.52º 0.87% 0.87% -
XYZ 28.26 13.68 70.96 -
YUV 90.29 202.9 177.73 -
System Red Green Blue C M Y K H S L
Decimal 160 29 223 0.28 0.87 0 0.13 280.52 0.77 0.49
Hex A0 1D DF 1C 57 0 D 119 4D 31
Octal 240 35 337 34 127 0 15 431 115 61
Binary 10100000 11101 11011111 11100 1010111 0 1101 100011001 1001101 110001

Color Harmonies of #A01DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01DDF

Black with #A01DDF

Text Example


Text Example

White with #A01DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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