Html Css Color HEX #A627AC Dark Orchid

📋 copy color: '#A627AC'

red 166 ◦ green 39 ◦ blue 172

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

Shades of Dark Orchid #A627AC

Tints of Dark Orchid #A627AC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.34%

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

R = 44.03%
G = 10.34%
B = 45.62%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A627AC (or 0xA627AC) is known color: Dark Orchid. HEX triplet: A6, 27 and AC. RGB value is (166,39,172). Sum of RGB (Red+Green+Blue) = 166+39+172=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 39 (15.62% from 255 or 10.34% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #A627AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A627AC is #59D853. Grayscale: #5B5B5B. Windows color (decimal): -5888084 or 11282342. OLE color: 11282342.

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

Color convert

RGB 166 39 172 -
CMYK 0.03 0.77 0 0.33
HSL 297.29º 0.63% 0.41% -
HSV(B) 297.29º 0.77% 0.67% -
XYZ 23.9 12.54 40.19 -
YUV 92.14 173.08 180.69 -
System Red Green Blue C M Y K H S L
Decimal 166 39 172 0.03 0.77 0 0.33 297.29 0.63 0.41
Hex A6 27 AC 3 4D 0 21 129 3F 29
Octal 246 47 254 3 115 0 41 451 77 51
Binary 10100110 100111 10101100 11 1001101 0 100001 100101001 111111 101001

Color Harmonies of #A627AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A627AC

Black with #A627AC

Text Example


Text Example

White with #A627AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A627AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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