Html Css Color HEX #A617C1 Dark Orchid

📋 copy color: '#A617C1'

red 166 ◦ green 23 ◦ blue 193

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

Shades of Dark Orchid #A617C1

Tints of Dark Orchid #A617C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 50.52%

R = 43.46%
G = 6.02%
B = 50.52%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A617C1 (or 0xA617C1) is known color: Dark Orchid. HEX triplet: A6, 17 and C1. RGB value is (166,23,193). Sum of RGB (Red+Green+Blue) = 166+23+193=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 193 (75.78% from 255 or 50.52% from 382); Max value from RGB is 193 - color contains mainly: blue. Hex color #A617C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A617C1 is #59E83E. Grayscale: #545454. Windows color (decimal): -5892159 or 12654502. OLE color: 12654502.

HSL color Cylindrical-coordinate representation of color #A617C1: hue angle of 290.47º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A617C1 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 23 193 -
CMYK 0.14 0.88 0 0.24
HSL 290.47º 0.79% 0.42% -
HSV(B) 290.47º 0.88% 0.76% -
XYZ 25.66 12.57 51.53 -
YUV 85.14 188.88 185.68 -
System Red Green Blue C M Y K H S L
Decimal 166 23 193 0.14 0.88 0 0.24 290.47 0.79 0.42
Hex A6 17 C1 E 58 0 18 122 4F 2A
Octal 246 27 301 16 130 0 30 442 117 52
Binary 10100110 10111 11000001 1110 1011000 0 11000 100100010 1001111 101010

Color Harmonies of #A617C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A617C1

Black with #A617C1

Text Example


Text Example

White with #A617C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A617C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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