#A025B4

Color #A025B4 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A025B4

Tints of Dark Orchid #A025B4

Color information

#A025B4 (or 0xA025B4) is unknown color: approx Dark Orchid. HEX triplet: A0, 25 and B4. RGB value is (160,37,180). Sum of RGB (Red+Green+Blue) = 160+37+180=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 37 (14.84% from 255 or 9.81% from 377); Blue value is 180 (70.70% from 255 or 47.75% from 377); Max value from RGB is 180 - color contains mainly: blue. Hex color #A025B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A025B4 is #5FDA4B. Grayscale: #595959. Windows color (decimal): -6281804 or 11806112. OLE color: 11806112.

HSL color Cylindrical-coordinate representation of color #A025B4: hue angle of 291.61º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A025B4 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16037180-
CMYK0.110.7900.29
HSL291.61º65.9%42.55%-
HSV(B)291.61º79.44%70.59%-
XYZ23.412.0944.28-
YUV90.08178.75177.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.44%
GREEN value IS 37 (14.84% from 255) = 9.81%
BLUE value IS 180 (70.70% from 255) = 47.75%
R=42.44%
G=9.81%
B=47.75%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160371800.110.7900.29291.6165.942.55
HexA025B4B4F01D124422b
Octal240452641311703544410253
Binary1010000010010110110100101110011110111011001001001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A025B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A025B4; }

 p { color: rgb(160,37,180); }

 H1.HeaderClassName
 {
   color: #A025B4;
 }
 .AnyTagClassName
 {
   color: #A025B4;
 }
</style>
background-color css

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

 a { background-color: rgb(160,37,180); }

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

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

 span { border-color: rgb(160,37,180); }

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