Html Css Color HEX #A918BA Dark Orchid

📋 copy color: '#A918BA'

red 169 ◦ green 24 ◦ blue 186

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

Shades of Dark Orchid #A918BA

Tints of Dark Orchid #A918BA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.33%

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

R = 44.59%
G = 6.33%
B = 49.08%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A918BA (or 0xA918BA) is known color: Dark Orchid. HEX triplet: A9, 18 and BA. RGB value is (169,24,186). Sum of RGB (Red+Green+Blue) = 169+24+186=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #A918BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A918BA is #56E745. Grayscale: #555555. Windows color (decimal): -5695302 or 12196009. OLE color: 12196009.

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

Color convert

RGB 169 24 186 -
CMYK 0.09 0.87 0 0.27
HSL 293.7º 0.77% 0.41% -
HSV(B) 293.7º 0.87% 0.73% -
XYZ 25.55 12.63 47.55 -
YUV 85.82 184.54 187.33 -
System Red Green Blue C M Y K H S L
Decimal 169 24 186 0.09 0.87 0 0.27 293.7 0.77 0.41
Hex A9 18 BA 9 57 0 1B 126 4D 29
Octal 251 30 272 11 127 0 33 446 115 51
Binary 10101001 11000 10111010 1001 1010111 0 11011 100100110 1001101 101001

Color Harmonies of #A918BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A918BA

Black with #A918BA

Text Example


Text Example

White with #A918BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A918BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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