Html Css Color HEX #A018BA Dark Orchid

📋 copy color: '#A018BA'

red 160 ◦ green 24 ◦ blue 186

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

Shades of Dark Orchid #A018BA

Tints of Dark Orchid #A018BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.27%

R = 43.24%
G = 6.49%
B = 50.27%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A018BA (or 0xA018BA) is known color: Dark Orchid. HEX triplet: A0, 18 and BA. RGB value is (160,24,186). Sum of RGB (Red+Green+Blue) = 160+24+186=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #A018BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A018BA is #5FE745. Grayscale: #525252. Windows color (decimal): -6285126 or 12196000. OLE color: 12196000.

HSL color Cylindrical-coordinate representation of color #A018BA: hue angle of 290.37º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A018BA is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 24 186 -
CMYK 0.14 0.87 0 0.27
HSL 290.37º 0.77% 0.41% -
HSV(B) 290.37º 0.87% 0.73% -
XYZ 23.69 11.67 47.46 -
YUV 83.13 186.06 182.83 -
System Red Green Blue C M Y K H S L
Decimal 160 24 186 0.14 0.87 0 0.27 290.37 0.77 0.41
Hex A0 18 BA E 57 0 1B 122 4D 29
Octal 240 30 272 16 127 0 33 442 115 51
Binary 10100000 11000 10111010 1110 1010111 0 11011 100100010 1001101 101001

Color Harmonies of #A018BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A018BA

Black with #A018BA

Text Example


Text Example

White with #A018BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A018BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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