Html Css Color HEX #A618BC Dark Orchid

📋 copy color: '#A618BC'

red 166 ◦ green 24 ◦ blue 188

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

Shades of Dark Orchid #A618BC

Tints of Dark Orchid #A618BC

RGB

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

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

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

R = 43.92%
G = 6.35%
B = 49.74%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A618BC (or 0xA618BC) is known color: Dark Orchid. HEX triplet: A6, 18 and BC. RGB value is (166,24,188). Sum of RGB (Red+Green+Blue) = 166+24+188=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 24 (9.77% from 255 or 6.35% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #A618BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A618BC is #59E743. Grayscale: #545454. Windows color (decimal): -5891908 or 12327078. OLE color: 12327078.

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

Color convert

RGB 166 24 188 -
CMYK 0.12 0.87 0 0.26
HSL 291.95º 0.77% 0.42% -
HSV(B) 291.95º 0.87% 0.74% -
XYZ 25.13 12.39 48.64 -
YUV 85.15 186.04 185.66 -
System Red Green Blue C M Y K H S L
Decimal 166 24 188 0.12 0.87 0 0.26 291.95 0.77 0.42
Hex A6 18 BC C 57 0 1A 124 4D 2A
Octal 246 30 274 14 127 0 32 444 115 52
Binary 10100110 11000 10111100 1100 1010111 0 11010 100100100 1001101 101010

Color Harmonies of #A618BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A618BC

Black with #A618BC

Text Example


Text Example

White with #A618BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A618BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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