Html Css Color HEX #A732AC Dark Orchid

📋 copy color: '#A732AC'

red 167 ◦ green 50 ◦ blue 172

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

Shades of Dark Orchid #A732AC

Tints of Dark Orchid #A732AC

RGB

 RED value IS 167 (65.63% from 255) = 42.93%

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

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

R = 42.93%
G = 12.85%
B = 44.22%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A732AC (or 0xA732AC) is known color: Dark Orchid. HEX triplet: A7, 32 and AC. RGB value is (167,50,172). Sum of RGB (Red+Green+Blue) = 167+50+172=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 50 (19.92% from 255 or 12.85% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #A732AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A732AC is #58CD53. Grayscale: #626262. Windows color (decimal): -5819732 or 11285159. OLE color: 11285159.

HSL color Cylindrical-coordinate representation of color #A732AC: hue angle of 297.54º 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 #A732AC is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 167 50 172 -
CMYK 0.03 0.71 0 0.33
HSL 297.54º 0.55% 0.44% -
HSV(B) 297.54º 0.71% 0.67% -
XYZ 24.52 13.48 40.34 -
YUV 98.89 169.26 176.58 -
System Red Green Blue C M Y K H S L
Decimal 167 50 172 0.03 0.71 0 0.33 297.54 0.55 0.44
Hex A7 32 AC 3 47 0 21 12A 37 2C
Octal 247 62 254 3 107 0 41 452 67 54
Binary 10100111 110010 10101100 11 1000111 0 100001 100101010 110111 101100

Color Harmonies of #A732AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A732AC

Black with #A732AC

Text Example


Text Example

White with #A732AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A732AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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