Html Css Color HEX #A917BA Dark Orchid

📋 copy color: '#A917BA'

red 169 ◦ green 23 ◦ blue 186

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

Shades of Dark Orchid #A917BA

Tints of Dark Orchid #A917BA

RGB

 RED value IS 169 (66.41% from 255) = 44.71%

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

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

R = 44.71%
G = 6.08%
B = 49.21%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A917BA (or 0xA917BA) is known color: Dark Orchid. HEX triplet: A9, 17 and BA. RGB value is (169,23,186). Sum of RGB (Red+Green+Blue) = 169+23+186=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 23 (9.38% from 255 or 6.08% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #A917BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A917BA is #56E845. Grayscale: #545454. Windows color (decimal): -5695558 or 12195753. OLE color: 12195753.

HSL color Cylindrical-coordinate representation of color #A917BA: hue angle of 293.74º degrees, saturation: 0.78, 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 #A917BA is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 169 23 186 -
CMYK 0.09 0.88 0 0.27
HSL 293.74º 0.78% 0.41% -
HSV(B) 293.74º 0.88% 0.73% -
XYZ 25.53 12.59 47.54 -
YUV 85.24 184.87 187.75 -
System Red Green Blue C M Y K H S L
Decimal 169 23 186 0.09 0.88 0 0.27 293.74 0.78 0.41
Hex A9 17 BA 9 58 0 1B 126 4E 29
Octal 251 27 272 11 130 0 33 446 116 51
Binary 10101001 10111 10111010 1001 1011000 0 11011 100100110 1001110 101001

Color Harmonies of #A917BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A917BA

Black with #A917BA

Text Example


Text Example

White with #A917BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A917BA; }

 p { color: rgb(169,23,186); }

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

background-color css

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

 a { background-color: rgb(169,23,186); }

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

border-color css

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

 span { border-color: rgb(169,23,186); }

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