Html Css Color HEX #A932BA Dark Orchid

📋 copy color: '#A932BA'

red 169 ◦ green 50 ◦ blue 186

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

Shades of Dark Orchid #A932BA

Tints of Dark Orchid #A932BA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.35%

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

R = 41.73%
G = 12.35%
B = 45.93%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A932BA (or 0xA932BA) is known color: Dark Orchid. HEX triplet: A9, 32 and BA. RGB value is (169,50,186). Sum of RGB (Red+Green+Blue) = 169+50+186=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #A932BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A932BA is #56CD45. Grayscale: #646464. Windows color (decimal): -5688646 or 12202665. OLE color: 12202665.

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

Color convert

RGB 169 50 186 -
CMYK 0.09 0.73 0 0.27
HSL 292.5º 0.58% 0.46% -
HSV(B) 292.5º 0.73% 0.73% -
XYZ 26.37 14.26 47.82 -
YUV 101.09 175.92 176.44 -
System Red Green Blue C M Y K H S L
Decimal 169 50 186 0.09 0.73 0 0.27 292.5 0.58 0.46
Hex A9 32 BA 9 49 0 1B 124 3A 2E
Octal 251 62 272 11 111 0 33 444 72 56
Binary 10101001 110010 10111010 1001 1001001 0 11011 100100100 111010 101110

Color Harmonies of #A932BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A932BA

Black with #A932BA

Text Example


Text Example

White with #A932BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A932BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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