Html Css Color HEX #A832AC Dark Orchid

📋 copy color: '#A832AC'

red 168 ◦ green 50 ◦ blue 172

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

Shades of Dark Orchid #A832AC

Tints of Dark Orchid #A832AC

RGB

 RED value IS 168 (66.02% from 255) = 43.08%

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

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

R = 43.08%
G = 12.82%
B = 44.1%

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

#A832AC (or 0xA832AC) is known color: Dark Orchid. HEX triplet: A8, 32 and AC. RGB value is (168,50,172). Sum of RGB (Red+Green+Blue) = 168+50+172=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #A832AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A832AC is #57CD53. Grayscale: #626262. Windows color (decimal): -5754196 or 11285160. OLE color: 11285160.

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

Color convert

RGB 168 50 172 -
CMYK 0.02 0.71 0 0.33
HSL 298.03º 0.55% 0.44% -
HSV(B) 298.03º 0.71% 0.67% -
XYZ 24.74 13.58 40.35 -
YUV 99.19 169.09 177.08 -
System Red Green Blue C M Y K H S L
Decimal 168 50 172 0.02 0.71 0 0.33 298.03 0.55 0.44
Hex A8 32 AC 2 47 0 21 12A 37 2C
Octal 250 62 254 2 107 0 41 452 67 54
Binary 10101000 110010 10101100 10 1000111 0 100001 100101010 110111 101100

Color Harmonies of #A832AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A832AC

Black with #A832AC

Text Example


Text Example

White with #A832AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A832AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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