Html Css Color HEX #A025BE Dark Orchid

📋 copy color: '#A025BE'

red 160 ◦ green 37 ◦ blue 190

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

Shades of Dark Orchid #A025BE

Tints of Dark Orchid #A025BE

RGB

 RED value IS 160 (62.89% from 255) = 41.34%

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

 BLUE value IS 190 (74.61% from 255) = 49.1%

R = 41.34%
G = 9.56%
B = 49.1%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A025BE (or 0xA025BE) is known color: Dark Orchid. HEX triplet: A0, 25 and BE. RGB value is (160,37,190). Sum of RGB (Red+Green+Blue) = 160+37+190=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 37 (14.84% from 255 or 9.56% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #A025BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A025BE is #5FDA41. Grayscale: #5A5A5A. Windows color (decimal): -6281794 or 12461472. OLE color: 12461472.

HSL color Cylindrical-coordinate representation of color #A025BE: hue angle of 288.24º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A025BE is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 37 190 -
CMYK 0.16 0.81 0 0.25
HSL 288.24º 0.67% 0.45% -
HSV(B) 288.24º 0.81% 0.75% -
XYZ 24.45 12.51 49.84 -
YUV 91.22 183.75 177.06 -
System Red Green Blue C M Y K H S L
Decimal 160 37 190 0.16 0.81 0 0.25 288.24 0.67 0.45
Hex A0 25 BE 10 51 0 19 120 43 2D
Octal 240 45 276 20 121 0 31 440 103 55
Binary 10100000 100101 10111110 10000 1010001 0 11001 100100000 1000011 101101

Color Harmonies of #A025BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A025BE

Black with #A025BE

Text Example


Text Example

White with #A025BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A025BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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