Html Css Color HEX #A432AC Dark Orchid

📋 copy color: '#A432AC'

red 164 ◦ green 50 ◦ blue 172

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

Shades of Dark Orchid #A432AC

Tints of Dark Orchid #A432AC

RGB

 RED value IS 164 (64.45% from 255) = 42.49%

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

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

R = 42.49%
G = 12.95%
B = 44.56%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A432AC (or 0xA432AC) is known color: Dark Orchid. HEX triplet: A4, 32 and AC. RGB value is (164,50,172). Sum of RGB (Red+Green+Blue) = 164+50+172=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #A432AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A432AC is #5BCD53. Grayscale: #616161. Windows color (decimal): -6016340 or 11285156. OLE color: 11285156.

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

Color convert

RGB 164 50 172 -
CMYK 0.05 0.71 0 0.33
HSL 296.07º 0.55% 0.44% -
HSV(B) 296.07º 0.71% 0.67% -
XYZ 23.9 13.15 40.31 -
YUV 97.99 169.77 175.08 -
System Red Green Blue C M Y K H S L
Decimal 164 50 172 0.05 0.71 0 0.33 296.07 0.55 0.44
Hex A4 32 AC 5 47 0 21 128 37 2C
Octal 244 62 254 5 107 0 41 450 67 54
Binary 10100100 110010 10101100 101 1000111 0 100001 100101000 110111 101100

Color Harmonies of #A432AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A432AC

Black with #A432AC

Text Example


Text Example

White with #A432AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A432AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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