Html Css Color HEX #A632AC Dark Orchid

📋 copy color: '#A632AC'

red 166 ◦ green 50 ◦ blue 172

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

Shades of Dark Orchid #A632AC

Tints of Dark Orchid #A632AC

RGB

 RED value IS 166 (65.23% from 255) = 42.78%

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

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

R = 42.78%
G = 12.89%
B = 44.33%

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

#A632AC (or 0xA632AC) is known color: Dark Orchid. HEX triplet: A6, 32 and AC. RGB value is (166,50,172). Sum of RGB (Red+Green+Blue) = 166+50+172=388 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.78% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #A632AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A632AC is #59CD53. Grayscale: #626262. Windows color (decimal): -5885268 or 11285158. OLE color: 11285158.

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

Color convert

RGB 166 50 172 -
CMYK 0.03 0.71 0 0.33
HSL 297.05º 0.55% 0.44% -
HSV(B) 297.05º 0.71% 0.67% -
XYZ 24.31 13.37 40.33 -
YUV 98.59 169.43 176.08 -
System Red Green Blue C M Y K H S L
Decimal 166 50 172 0.03 0.71 0 0.33 297.05 0.55 0.44
Hex A6 32 AC 3 47 0 21 129 37 2C
Octal 246 62 254 3 107 0 41 451 67 54
Binary 10100110 110010 10101100 11 1000111 0 100001 100101001 110111 101100

Color Harmonies of #A632AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A632AC

Black with #A632AC

Text Example


Text Example

White with #A632AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A632AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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