Html Css Color HEX #A617BC Dark Orchid

📋 copy color: '#A617BC'

red 166 ◦ green 23 ◦ blue 188

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

Shades of Dark Orchid #A617BC

Tints of Dark Orchid #A617BC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.1%

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

R = 44.03%
G = 6.1%
B = 49.87%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A617BC (or 0xA617BC) is known color: Dark Orchid. HEX triplet: A6, 17 and BC. RGB value is (166,23,188). Sum of RGB (Red+Green+Blue) = 166+23+188=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #A617BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A617BC is #59E843. Grayscale: #545454. Windows color (decimal): -5892164 or 12326822. OLE color: 12326822.

HSL color Cylindrical-coordinate representation of color #A617BC: hue angle of 292º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A617BC is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 23 188 -
CMYK 0.12 0.88 0 0.26
HSL 292º 0.78% 0.41% -
HSV(B) 292º 0.88% 0.74% -
XYZ 25.11 12.35 48.64 -
YUV 84.57 186.38 186.08 -
System Red Green Blue C M Y K H S L
Decimal 166 23 188 0.12 0.88 0 0.26 292 0.78 0.41
Hex A6 17 BC C 58 0 1A 124 4E 29
Octal 246 27 274 14 130 0 32 444 116 51
Binary 10100110 10111 10111100 1100 1011000 0 11010 100100100 1001110 101001

Color Harmonies of #A617BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A617BC

Black with #A617BC

Text Example


Text Example

White with #A617BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A617BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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