Html Css Color HEX #A025BA Dark Orchid

📋 copy color: '#A025BA'

red 160 ◦ green 37 ◦ blue 186

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

Shades of Dark Orchid #A025BA

Tints of Dark Orchid #A025BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.56%

R = 41.78%
G = 9.66%
B = 48.56%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A025BA (or 0xA025BA) is known color: Dark Orchid. HEX triplet: A0, 25 and BA. RGB value is (160,37,186). Sum of RGB (Red+Green+Blue) = 160+37+186=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #A025BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A025BA is #5FDA45. Grayscale: #5A5A5A. Windows color (decimal): -6281798 or 12199328. OLE color: 12199328.

HSL color Cylindrical-coordinate representation of color #A025BA: hue angle of 289.53º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A025BA is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 37 186 -
CMYK 0.14 0.80 0 0.27
HSL 289.53º 0.67% 0.44% -
HSV(B) 289.53º 0.8% 0.73% -
XYZ 24.02 12.34 47.57 -
YUV 90.76 181.75 177.38 -
System Red Green Blue C M Y K H S L
Decimal 160 37 186 0.14 0.80 0 0.27 289.53 0.67 0.44
Hex A0 25 BA E 50 0 1B 122 43 2C
Octal 240 45 272 16 120 0 33 442 103 54
Binary 10100000 100101 10111010 1110 1010000 0 11011 100100010 1000011 101100

Color Harmonies of #A025BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A025BA

Black with #A025BA

Text Example


Text Example

White with #A025BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A025BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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