Html Css Color HEX #A617B5 Dark Orchid

📋 copy color: '#A617B5'

red 166 ◦ green 23 ◦ blue 181

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

Shades of Dark Orchid #A617B5

Tints of Dark Orchid #A617B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 48.92%

R = 44.86%
G = 6.22%
B = 48.92%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A617B5 (or 0xA617B5) is known color: Dark Orchid. HEX triplet: A6, 17 and B5. RGB value is (166,23,181). Sum of RGB (Red+Green+Blue) = 166+23+181=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 181 (71.09% from 255 or 48.92% from 370); Max value from RGB is 181 - color contains mainly: blue. Hex color #A617B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A617B5 is #59E84A. Grayscale: #535353. Windows color (decimal): -5892171 or 11868070. OLE color: 11868070.

HSL color Cylindrical-coordinate representation of color #A617B5: hue angle of 294.3º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A617B5 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 23 181 -
CMYK 0.08 0.87 0 0.29
HSL 294.3º 0.77% 0.4% -
HSV(B) 294.3º 0.87% 0.71% -
XYZ 24.37 12.06 44.76 -
YUV 83.77 182.88 186.65 -
System Red Green Blue C M Y K H S L
Decimal 166 23 181 0.08 0.87 0 0.29 294.3 0.77 0.4
Hex A6 17 B5 8 57 0 1D 126 4D 28
Octal 246 27 265 10 127 0 35 446 115 50
Binary 10100110 10111 10110101 1000 1010111 0 11101 100100110 1001101 101000

Color Harmonies of #A617B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A617B5

Black with #A617B5

Text Example


Text Example

White with #A617B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A617B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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