Html Css Color HEX #A024BB Dark Orchid

📋 copy color: '#A024BB'

red 160 ◦ green 36 ◦ blue 187

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

Shades of Dark Orchid #A024BB

Tints of Dark Orchid #A024BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.83%

R = 41.78%
G = 9.4%
B = 48.83%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A024BB (or 0xA024BB) is known color: Dark Orchid. HEX triplet: A0, 24 and BB. RGB value is (160,36,187). Sum of RGB (Red+Green+Blue) = 160+36+187=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 36 (14.45% from 255 or 9.40% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #A024BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A024BB is #5FDB44. Grayscale: #595959. Windows color (decimal): -6282053 or 12264608. OLE color: 12264608.

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

Color convert

RGB 160 36 187 -
CMYK 0.14 0.81 0 0.27
HSL 289.27º 0.68% 0.44% -
HSV(B) 289.27º 0.81% 0.73% -
XYZ 24.1 12.32 48.12 -
YUV 90.29 182.58 177.72 -
System Red Green Blue C M Y K H S L
Decimal 160 36 187 0.14 0.81 0 0.27 289.27 0.68 0.44
Hex A0 24 BB E 51 0 1B 121 44 2C
Octal 240 44 273 16 121 0 33 441 104 54
Binary 10100000 100100 10111011 1110 1010001 0 11011 100100001 1000100 101100

Color Harmonies of #A024BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A024BB

Black with #A024BB

Text Example


Text Example

White with #A024BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A024BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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