Html Css Color HEX #A024BD Dark Orchid

📋 copy color: '#A024BD'

red 160 ◦ green 36 ◦ blue 189

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

Shades of Dark Orchid #A024BD

Tints of Dark Orchid #A024BD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.35%

 BLUE value IS 189 (74.22% from 255) = 49.09%

R = 41.56%
G = 9.35%
B = 49.09%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A024BD (or 0xA024BD) is known color: Dark Orchid. HEX triplet: A0, 24 and BD. RGB value is (160,36,189). Sum of RGB (Red+Green+Blue) = 160+36+189=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #A024BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A024BD is #5FDB42. Grayscale: #5A5A5A. Windows color (decimal): -6282051 or 12395680. OLE color: 12395680.

HSL color Cylindrical-coordinate representation of color #A024BD: hue angle of 288.63º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A024BD is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 36 189 -
CMYK 0.15 0.81 0 0.26
HSL 288.63º 0.68% 0.44% -
HSV(B) 288.63º 0.81% 0.74% -
XYZ 24.31 12.41 49.26 -
YUV 90.52 183.58 177.56 -
System Red Green Blue C M Y K H S L
Decimal 160 36 189 0.15 0.81 0 0.26 288.63 0.68 0.44
Hex A0 24 BD F 51 0 1A 121 44 2C
Octal 240 44 275 17 121 0 32 441 104 54
Binary 10100000 100100 10111101 1111 1010001 0 11010 100100001 1000100 101100

Color Harmonies of #A024BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A024BD

Black with #A024BD

Text Example


Text Example

White with #A024BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A024BD; }

 p { color: rgb(160,36,189); }

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

background-color css

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

 a { background-color: rgb(160,36,189); }

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

border-color css

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

 span { border-color: rgb(160,36,189); }

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