Html Css Color HEX #A516BA Dark Orchid

📋 copy color: '#A516BA'

red 165 ◦ green 22 ◦ blue 186

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

Shades of Dark Orchid #A516BA

Tints of Dark Orchid #A516BA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.9%

 BLUE value IS 186 (73.05% from 255) = 49.87%

R = 44.24%
G = 5.9%
B = 49.87%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A516BA (or 0xA516BA) is known color: Dark Orchid. HEX triplet: A5, 16 and BA. RGB value is (165,22,186). Sum of RGB (Red+Green+Blue) = 165+22+186=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 22 (8.98% from 255 or 5.90% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #A516BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A516BA is #5AE945. Grayscale: #525252. Windows color (decimal): -5957958 or 12195493. OLE color: 12195493.

HSL color Cylindrical-coordinate representation of color #A516BA: hue angle of 292.32º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A516BA is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 22 186 -
CMYK 0.11 0.88 0 0.27
HSL 292.32º 0.79% 0.41% -
HSV(B) 292.32º 0.88% 0.73% -
XYZ 24.67 12.12 47.49 -
YUV 83.45 185.88 186.16 -
System Red Green Blue C M Y K H S L
Decimal 165 22 186 0.11 0.88 0 0.27 292.32 0.79 0.41
Hex A5 16 BA B 58 0 1B 124 4F 29
Octal 245 26 272 13 130 0 33 444 117 51
Binary 10100101 10110 10111010 1011 1011000 0 11011 100100100 1001111 101001

Color Harmonies of #A516BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A516BA

Black with #A516BA

Text Example


Text Example

White with #A516BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A516BA; }

 p { color: rgb(165,22,186); }

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

background-color css

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

 a { background-color: rgb(165,22,186); }

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

border-color css

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

 span { border-color: rgb(165,22,186); }

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