Html Css Color HEX #A018BC Dark Orchid

📋 copy color: '#A018BC'

red 160 ◦ green 24 ◦ blue 188

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

Shades of Dark Orchid #A018BC

Tints of Dark Orchid #A018BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.54%

R = 43.01%
G = 6.45%
B = 50.54%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A018BC (or 0xA018BC) is known color: Dark Orchid. HEX triplet: A0, 18 and BC. RGB value is (160,24,188). Sum of RGB (Red+Green+Blue) = 160+24+188=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #A018BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A018BC is #5FE743. Grayscale: #525252. Windows color (decimal): -6285124 or 12327072. OLE color: 12327072.

HSL color Cylindrical-coordinate representation of color #A018BC: hue angle of 289.76º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A018BC is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 24 188 -
CMYK 0.15 0.87 0 0.26
HSL 289.76º 0.77% 0.42% -
HSV(B) 289.76º 0.87% 0.74% -
XYZ 23.9 11.76 48.59 -
YUV 83.36 187.06 182.66 -
System Red Green Blue C M Y K H S L
Decimal 160 24 188 0.15 0.87 0 0.26 289.76 0.77 0.42
Hex A0 18 BC F 57 0 1A 122 4D 2A
Octal 240 30 274 17 127 0 32 442 115 52
Binary 10100000 11000 10111100 1111 1010111 0 11010 100100010 1001101 101010

Color Harmonies of #A018BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A018BC

Black with #A018BC

Text Example


Text Example

White with #A018BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A018BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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