Html Css Color HEX #A932AC Dark Orchid

📋 copy color: '#A932AC'

red 169 ◦ green 50 ◦ blue 172

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

Shades of Dark Orchid #A932AC

Tints of Dark Orchid #A932AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.99%

R = 43.22%
G = 12.79%
B = 43.99%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A932AC (or 0xA932AC) is known color: Dark Orchid. HEX triplet: A9, 32 and AC. RGB value is (169,50,172). Sum of RGB (Red+Green+Blue) = 169+50+172=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 50 (19.92% from 255 or 12.79% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #A932AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A932AC is #56CD53. Grayscale: #636363. Windows color (decimal): -5688660 or 11285161. OLE color: 11285161.

HSL color Cylindrical-coordinate representation of color #A932AC: hue angle of 298.52º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A932AC is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 169 50 172 -
CMYK 0.02 0.71 0 0.33
HSL 298.52º 0.55% 0.44% -
HSV(B) 298.52º 0.71% 0.67% -
XYZ 24.95 13.69 40.36 -
YUV 99.49 168.92 177.58 -
System Red Green Blue C M Y K H S L
Decimal 169 50 172 0.02 0.71 0 0.33 298.52 0.55 0.44
Hex A9 32 AC 2 47 0 21 12B 37 2C
Octal 251 62 254 2 107 0 41 453 67 54
Binary 10101001 110010 10101100 10 1000111 0 100001 100101011 110111 101100

Color Harmonies of #A932AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A932AC

Black with #A932AC

Text Example


Text Example

White with #A932AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A932AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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