Html Css Color HEX #A423AC Dark Orchid

📋 copy color: '#A423AC'

red 164 ◦ green 35 ◦ blue 172

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

Shades of Dark Orchid #A423AC

Tints of Dark Orchid #A423AC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.43%

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

R = 44.2%
G = 9.43%
B = 46.36%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A423AC (or 0xA423AC) is known color: Dark Orchid. HEX triplet: A4, 23 and AC. RGB value is (164,35,172). Sum of RGB (Red+Green+Blue) = 164+35+172=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #A423AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A423AC is #5BDC53. Grayscale: #585858. Windows color (decimal): -6020180 or 11281316. OLE color: 11281316.

HSL color Cylindrical-coordinate representation of color #A423AC: hue angle of 296.5º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A423AC is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 35 172 -
CMYK 0.05 0.80 0 0.33
HSL 296.5º 0.66% 0.41% -
HSV(B) 296.5º 0.8% 0.67% -
XYZ 23.36 12.07 40.13 -
YUV 89.19 174.74 181.36 -
System Red Green Blue C M Y K H S L
Decimal 164 35 172 0.05 0.80 0 0.33 296.5 0.66 0.41
Hex A4 23 AC 5 50 0 21 128 42 29
Octal 244 43 254 5 120 0 41 450 102 51
Binary 10100100 100011 10101100 101 1010000 0 100001 100101000 1000010 101001

Color Harmonies of #A423AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A423AC

Black with #A423AC

Text Example


Text Example

White with #A423AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A423AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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