Html Css Color HEX #A01BCE Dark Orchid

📋 copy color: '#A01BCE'

red 160 ◦ green 27 ◦ blue 206

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

Shades of Dark Orchid #A01BCE

Tints of Dark Orchid #A01BCE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.87%

 BLUE value IS 206 (80.86% from 255) = 52.42%

R = 40.71%
G = 6.87%
B = 52.42%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A01BCE (or 0xA01BCE) is known color: Dark Orchid. HEX triplet: A0, 1B and CE. RGB value is (160,27,206). Sum of RGB (Red+Green+Blue) = 160+27+206=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 27 (10.94% from 255 or 6.87% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #A01BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01BCE is #5FE431. Grayscale: #565656. Windows color (decimal): -6284338 or 13507488. OLE color: 13507488.

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

Color convert

RGB 160 27 206 -
CMYK 0.22 0.87 0 0.19
HSL 284.58º 0.77% 0.46% -
HSV(B) 284.58º 0.87% 0.81% -
XYZ 26.03 12.71 59.47 -
YUV 87.17 195.06 179.95 -
System Red Green Blue C M Y K H S L
Decimal 160 27 206 0.22 0.87 0 0.19 284.58 0.77 0.46
Hex A0 1B CE 16 57 0 13 11D 4D 2E
Octal 240 33 316 26 127 0 23 435 115 56
Binary 10100000 11011 11001110 10110 1010111 0 10011 100011101 1001101 101110

Color Harmonies of #A01BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01BCE

Black with #A01BCE

Text Example


Text Example

White with #A01BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01BCE; }

 p { color: rgb(160,27,206); }

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

background-color css

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

 a { background-color: rgb(160,27,206); }

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

border-color css

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

 span { border-color: rgb(160,27,206); }

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