Html Css Color HEX #A625AC Dark Orchid

📋 copy color: '#A625AC'

red 166 ◦ green 37 ◦ blue 172

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

Shades of Dark Orchid #A625AC

Tints of Dark Orchid #A625AC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.87%

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

R = 44.27%
G = 9.87%
B = 45.87%

CMYK

 C value IS 0.03

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A625AC (or 0xA625AC) is known color: Dark Orchid. HEX triplet: A6, 25 and AC. RGB value is (166,37,172). Sum of RGB (Red+Green+Blue) = 166+37+172=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #A625AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A625AC is #59DA53. Grayscale: #5A5A5A. Windows color (decimal): -5888596 or 11281830. OLE color: 11281830.

HSL color Cylindrical-coordinate representation of color #A625AC: hue angle of 297.33º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A625AC is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 37 172 -
CMYK 0.03 0.78 0 0.33
HSL 297.33º 0.65% 0.41% -
HSV(B) 297.33º 0.78% 0.67% -
XYZ 23.83 12.41 40.17 -
YUV 90.96 173.74 181.52 -
System Red Green Blue C M Y K H S L
Decimal 166 37 172 0.03 0.78 0 0.33 297.33 0.65 0.41
Hex A6 25 AC 3 4E 0 21 129 41 29
Octal 246 45 254 3 116 0 41 451 101 51
Binary 10100110 100101 10101100 11 1001110 0 100001 100101001 1000001 101001

Color Harmonies of #A625AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A625AC

Black with #A625AC

Text Example


Text Example

White with #A625AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A625AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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