Html Css Color HEX #A01ECF Dark Orchid

📋 copy color: '#A01ECF'

red 160 ◦ green 30 ◦ blue 207

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

Shades of Dark Orchid #A01ECF

Tints of Dark Orchid #A01ECF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.56%

 BLUE value IS 207 (81.25% from 255) = 52.14%

R = 40.3%
G = 7.56%
B = 52.14%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A01ECF (or 0xA01ECF) is known color: Dark Orchid. HEX triplet: A0, 1E and CF. RGB value is (160,30,207). Sum of RGB (Red+Green+Blue) = 160+30+207=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #A01ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01ECF is #5FE130. Grayscale: #585858. Windows color (decimal): -6283569 or 13573792. OLE color: 13573792.

HSL color Cylindrical-coordinate representation of color #A01ECF: hue angle of 284.07º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01ECF is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 30 207 -
CMYK 0.23 0.86 0 0.19
HSL 284.07º 0.75% 0.46% -
HSV(B) 284.07º 0.86% 0.81% -
XYZ 26.22 12.91 60.14 -
YUV 89.05 194.57 178.61 -
System Red Green Blue C M Y K H S L
Decimal 160 30 207 0.23 0.86 0 0.19 284.07 0.75 0.46
Hex A0 1E CF 17 56 0 13 11C 4B 2E
Octal 240 36 317 27 126 0 23 434 113 56
Binary 10100000 11110 11001111 10111 1010110 0 10011 100011100 1001011 101110

Color Harmonies of #A01ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01ECF

Black with #A01ECF

Text Example


Text Example

White with #A01ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01ECF; }

 p { color: rgb(160,30,207); }

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

background-color css

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

 a { background-color: rgb(160,30,207); }

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

border-color css

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

 span { border-color: rgb(160,30,207); }

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