Html Css Color HEX #A018BE Dark Orchid

📋 copy color: '#A018BE'

red 160 ◦ green 24 ◦ blue 190

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

Shades of Dark Orchid #A018BE

Tints of Dark Orchid #A018BE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.42%

 BLUE value IS 190 (74.61% from 255) = 50.8%

R = 42.78%
G = 6.42%
B = 50.8%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A018BE (or 0xA018BE) is known color: Dark Orchid. HEX triplet: A0, 18 and BE. RGB value is (160,24,190). Sum of RGB (Red+Green+Blue) = 160+24+190=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 24 (9.77% from 255 or 6.42% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #A018BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A018BE is #5FE741. Grayscale: #535353. Windows color (decimal): -6285122 or 12458144. OLE color: 12458144.

HSL color Cylindrical-coordinate representation of color #A018BE: hue angle of 289.16º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A018BE is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 24 190 -
CMYK 0.16 0.87 0 0.25
HSL 289.16º 0.78% 0.42% -
HSV(B) 289.16º 0.87% 0.75% -
XYZ 24.12 11.84 49.73 -
YUV 83.59 188.06 182.5 -
System Red Green Blue C M Y K H S L
Decimal 160 24 190 0.16 0.87 0 0.25 289.16 0.78 0.42
Hex A0 18 BE 10 57 0 19 121 4E 2A
Octal 240 30 276 20 127 0 31 441 116 52
Binary 10100000 11000 10111110 10000 1010111 0 11001 100100001 1001110 101010

Color Harmonies of #A018BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A018BE

Black with #A018BE

Text Example


Text Example

White with #A018BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A018BE; }

 p { color: rgb(160,24,190); }

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

background-color css

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

 a { background-color: rgb(160,24,190); }

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

border-color css

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

 span { border-color: rgb(160,24,190); }

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