Html Css Color HEX #A628AC Dark Orchid

📋 copy color: '#A628AC'

red 166 ◦ green 40 ◦ blue 172

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

Shades of Dark Orchid #A628AC

Tints of Dark Orchid #A628AC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.58%

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

R = 43.92%
G = 10.58%
B = 45.5%

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

#A628AC (or 0xA628AC) is known color: Dark Orchid. HEX triplet: A6, 28 and AC. RGB value is (166,40,172). Sum of RGB (Red+Green+Blue) = 166+40+172=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 40 (16.02% from 255 or 10.58% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #A628AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A628AC is #59D753. Grayscale: #5C5C5C. Windows color (decimal): -5887828 or 11282598. OLE color: 11282598.

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

Color convert

RGB 166 40 172 -
CMYK 0.03 0.77 0 0.33
HSL 297.27º 0.62% 0.42% -
HSV(B) 297.27º 0.77% 0.67% -
XYZ 23.93 12.6 40.2 -
YUV 92.72 172.74 180.27 -
System Red Green Blue C M Y K H S L
Decimal 166 40 172 0.03 0.77 0 0.33 297.27 0.62 0.42
Hex A6 28 AC 3 4D 0 21 129 3E 2A
Octal 246 50 254 3 115 0 41 451 76 52
Binary 10100110 101000 10101100 11 1001101 0 100001 100101001 111110 101010

Color Harmonies of #A628AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A628AC

Black with #A628AC

Text Example


Text Example

White with #A628AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A628AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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