Html Css Color HEX #A618BF Dark Orchid

📋 copy color: '#A618BF'

red 166 ◦ green 24 ◦ blue 191

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

Shades of Dark Orchid #A618BF

Tints of Dark Orchid #A618BF

RGB

 RED value IS 166 (65.23% from 255) = 43.57%

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

 BLUE value IS 191 (75% from 255) = 50.13%

R = 43.57%
G = 6.3%
B = 50.13%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A618BF (or 0xA618BF) is known color: Dark Orchid. HEX triplet: A6, 18 and BF. RGB value is (166,24,191). Sum of RGB (Red+Green+Blue) = 166+24+191=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 24 (9.77% from 255 or 6.30% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #A618BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A618BF is #59E740. Grayscale: #545454. Windows color (decimal): -5891905 or 12523686. OLE color: 12523686.

HSL color Cylindrical-coordinate representation of color #A618BF: hue angle of 291.02º 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 #A618BF is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 24 191 -
CMYK 0.13 0.87 0 0.25
HSL 291.02º 0.78% 0.42% -
HSV(B) 291.02º 0.87% 0.75% -
XYZ 25.46 12.52 50.37 -
YUV 85.5 187.54 185.42 -
System Red Green Blue C M Y K H S L
Decimal 166 24 191 0.13 0.87 0 0.25 291.02 0.78 0.42
Hex A6 18 BF D 57 0 19 123 4E 2A
Octal 246 30 277 15 127 0 31 443 116 52
Binary 10100110 11000 10111111 1101 1010111 0 11001 100100011 1001110 101010

Color Harmonies of #A618BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A618BF

Black with #A618BF

Text Example


Text Example

White with #A618BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A618BF; }

 p { color: rgb(166,24,191); }

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

background-color css

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

 a { background-color: rgb(166,24,191); }

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

border-color css

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

 span { border-color: rgb(166,24,191); }

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