Html Css Color HEX #A425AB Dark Orchid

📋 copy color: '#A425AB'

red 164 ◦ green 37 ◦ blue 171

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

Shades of Dark Orchid #A425AB

Tints of Dark Orchid #A425AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.97%

R = 44.09%
G = 9.95%
B = 45.97%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A425AB (or 0xA425AB) is known color: Dark Orchid. HEX triplet: A4, 25 and AB. RGB value is (164,37,171). Sum of RGB (Red+Green+Blue) = 164+37+171=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 37 (14.84% from 255 or 9.95% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #A425AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A425AB is #5BDA54. Grayscale: #595959. Windows color (decimal): -6019669 or 11216292. OLE color: 11216292.

HSL color Cylindrical-coordinate representation of color #A425AB: hue angle of 296.87º degrees, saturation: 0.64, 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 #A425AB is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 37 171 -
CMYK 0.04 0.78 0 0.33
HSL 296.87º 0.64% 0.41% -
HSV(B) 296.87º 0.78% 0.67% -
XYZ 23.32 12.16 39.65 -
YUV 90.25 173.58 180.6 -
System Red Green Blue C M Y K H S L
Decimal 164 37 171 0.04 0.78 0 0.33 296.87 0.64 0.41
Hex A4 25 AB 4 4E 0 21 129 40 29
Octal 244 45 253 4 116 0 41 451 100 51
Binary 10100100 100101 10101011 100 1001110 0 100001 100101001 1000000 101001

Color Harmonies of #A425AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A425AB

Black with #A425AB

Text Example


Text Example

White with #A425AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A425AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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