Html Css Color HEX #A427AC Dark Orchid

📋 copy color: '#A427AC'

red 164 ◦ green 39 ◦ blue 172

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

Shades of Dark Orchid #A427AC

Tints of Dark Orchid #A427AC

RGB

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

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

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

R = 43.73%
G = 10.4%
B = 45.87%

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

#A427AC (or 0xA427AC) is known color: Dark Orchid. HEX triplet: A4, 27 and AC. RGB value is (164,39,172). Sum of RGB (Red+Green+Blue) = 164+39+172=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 39 (15.62% from 255 or 10.4% 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 #A427AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A427AC is #5BD853. Grayscale: #5B5B5B. Windows color (decimal): -6019156 or 11282340. OLE color: 11282340.

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

Color convert

RGB 164 39 172 -
CMYK 0.05 0.77 0 0.33
HSL 296.39º 0.63% 0.41% -
HSV(B) 296.39º 0.77% 0.67% -
XYZ 23.48 12.32 40.17 -
YUV 91.54 173.41 179.69 -
System Red Green Blue C M Y K H S L
Decimal 164 39 172 0.05 0.77 0 0.33 296.39 0.63 0.41
Hex A4 27 AC 5 4D 0 21 128 3F 29
Octal 244 47 254 5 115 0 41 450 77 51
Binary 10100100 100111 10101100 101 1001101 0 100001 100101000 111111 101001

Color Harmonies of #A427AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A427AC

Black with #A427AC

Text Example


Text Example

White with #A427AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A427AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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