Html Css Color HEX #A517B5 Dark Orchid

📋 copy color: '#A517B5'

red 165 ◦ green 23 ◦ blue 181

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

Shades of Dark Orchid #A517B5

Tints of Dark Orchid #A517B5

RGB

 RED value IS 165 (64.84% from 255) = 44.72%

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

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

R = 44.72%
G = 6.23%
B = 49.05%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A517B5 (or 0xA517B5) is known color: Dark Orchid. HEX triplet: A5, 17 and B5. RGB value is (165,23,181). Sum of RGB (Red+Green+Blue) = 165+23+181=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 23 (9.38% from 255 or 6.23% from 369); Blue value is 181 (71.09% from 255 or 49.05% from 369); Max value from RGB is 181 - color contains mainly: blue. Hex color #A517B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A517B5 is #5AE84A. Grayscale: #525252. Windows color (decimal): -5957707 or 11868069. OLE color: 11868069.

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

Color convert

RGB 165 23 181 -
CMYK 0.09 0.87 0 0.29
HSL 293.92º 0.77% 0.4% -
HSV(B) 293.92º 0.87% 0.71% -
XYZ 24.16 11.95 44.75 -
YUV 83.47 183.04 186.15 -
System Red Green Blue C M Y K H S L
Decimal 165 23 181 0.09 0.87 0 0.29 293.92 0.77 0.4
Hex A5 17 B5 9 57 0 1D 126 4D 28
Octal 245 27 265 11 127 0 35 446 115 50
Binary 10100101 10111 10110101 1001 1010111 0 11101 100100110 1001101 101000

Color Harmonies of #A517B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A517B5

Black with #A517B5

Text Example


Text Example

White with #A517B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A517B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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