Html Css Color HEX #A428AC Dark Orchid

📋 copy color: '#A428AC'

red 164 ◦ green 40 ◦ blue 172

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

Shades of Dark Orchid #A428AC

Tints of Dark Orchid #A428AC

RGB

 RED value IS 164 (64.45% from 255) = 43.62%

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

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

R = 43.62%
G = 10.64%
B = 45.74%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A428AC (or 0xA428AC) is known color: Dark Orchid. HEX triplet: A4, 28 and AC. RGB value is (164,40,172). Sum of RGB (Red+Green+Blue) = 164+40+172=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 40 (16.02% from 255 or 10.64% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #A428AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A428AC is #5BD753. Grayscale: #5B5B5B. Windows color (decimal): -6018900 or 11282596. OLE color: 11282596.

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

Color convert

RGB 164 40 172 -
CMYK 0.05 0.77 0 0.33
HSL 296.36º 0.62% 0.42% -
HSV(B) 296.36º 0.77% 0.67% -
XYZ 23.52 12.39 40.18 -
YUV 92.12 173.08 179.27 -
System Red Green Blue C M Y K H S L
Decimal 164 40 172 0.05 0.77 0 0.33 296.36 0.62 0.42
Hex A4 28 AC 5 4D 0 21 128 3E 2A
Octal 244 50 254 5 115 0 41 450 76 52
Binary 10100100 101000 10101100 101 1001101 0 100001 100101000 111110 101010

Color Harmonies of #A428AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A428AC

Black with #A428AC

Text Example


Text Example

White with #A428AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A428AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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