Html Css Color HEX #A01FDF Dark Orchid

📋 copy color: '#A01FDF'

red 160 ◦ green 31 ◦ blue 223

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

Shades of Dark Orchid #A01FDF

Tints of Dark Orchid #A01FDF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.49%

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

R = 38.65%
G = 7.49%
B = 53.86%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A01FDF (or 0xA01FDF) is known color: Dark Orchid. HEX triplet: A0, 1F and DF. RGB value is (160,31,223). Sum of RGB (Red+Green+Blue) = 160+31+223=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 31 (12.5% from 255 or 7.49% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #A01FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01FDF is #5FE020. Grayscale: #5A5A5A. Windows color (decimal): -6283297 or 14622624. OLE color: 14622624.

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

Color convert

RGB 160 31 223 -
CMYK 0.28 0.86 0 0.13
HSL 280.31º 0.76% 0.5% -
HSV(B) 280.31º 0.86% 0.87% -
XYZ 28.31 13.78 70.98 -
YUV 91.46 202.24 176.89 -
System Red Green Blue C M Y K H S L
Decimal 160 31 223 0.28 0.86 0 0.13 280.31 0.76 0.5
Hex A0 1F DF 1C 56 0 D 118 4C 32
Octal 240 37 337 34 126 0 15 430 114 62
Binary 10100000 11111 11011111 11100 1010110 0 1101 100011000 1001100 110010

Color Harmonies of #A01FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01FDF

Black with #A01FDF

Text Example


Text Example

White with #A01FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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