Html Css Color HEX #A930BA Dark Orchid

📋 copy color: '#A930BA'

red 169 ◦ green 48 ◦ blue 186

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

Shades of Dark Orchid #A930BA

Tints of Dark Orchid #A930BA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.91%

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

R = 41.94%
G = 11.91%
B = 46.15%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A930BA (or 0xA930BA) is known color: Dark Orchid. HEX triplet: A9, 30 and BA. RGB value is (169,48,186). Sum of RGB (Red+Green+Blue) = 169+48+186=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #A930BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A930BA is #56CF45. Grayscale: #636363. Windows color (decimal): -5689158 or 12202153. OLE color: 12202153.

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

Color convert

RGB 169 48 186 -
CMYK 0.09 0.74 0 0.27
HSL 292.61º 0.59% 0.46% -
HSV(B) 292.61º 0.74% 0.73% -
XYZ 26.28 14.09 47.79 -
YUV 99.91 176.59 177.28 -
System Red Green Blue C M Y K H S L
Decimal 169 48 186 0.09 0.74 0 0.27 292.61 0.59 0.46
Hex A9 30 BA 9 4A 0 1B 125 3B 2E
Octal 251 60 272 11 112 0 33 445 73 56
Binary 10101001 110000 10111010 1001 1001010 0 11011 100100101 111011 101110

Color Harmonies of #A930BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A930BA

Black with #A930BA

Text Example


Text Example

White with #A930BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A930BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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