Html Css Color HEX #A425AC Dark Orchid

📋 copy color: '#A425AC'

red 164 ◦ green 37 ◦ blue 172

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

Shades of Dark Orchid #A425AC

Tints of Dark Orchid #A425AC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.92%

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

R = 43.97%
G = 9.92%
B = 46.11%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A425AC (or 0xA425AC) is known color: Dark Orchid. HEX triplet: A4, 25 and AC. RGB value is (164,37,172). Sum of RGB (Red+Green+Blue) = 164+37+172=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #A425AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A425AC is #5BDA53. Grayscale: #595959. Windows color (decimal): -6019668 or 11281828. OLE color: 11281828.

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

Color convert

RGB 164 37 172 -
CMYK 0.05 0.78 0 0.33
HSL 296.44º 0.65% 0.41% -
HSV(B) 296.44º 0.78% 0.67% -
XYZ 23.42 12.19 40.15 -
YUV 90.36 174.08 180.52 -
System Red Green Blue C M Y K H S L
Decimal 164 37 172 0.05 0.78 0 0.33 296.44 0.65 0.41
Hex A4 25 AC 5 4E 0 21 128 41 29
Octal 244 45 254 5 116 0 41 450 101 51
Binary 10100100 100101 10101100 101 1001110 0 100001 100101000 1000001 101001

Color Harmonies of #A425AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A425AC

Black with #A425AC

Text Example


Text Example

White with #A425AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A425AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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