Html Css Color HEX #A032BB Dark Orchid

📋 copy color: '#A032BB'

red 160 ◦ green 50 ◦ blue 187

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

Shades of Dark Orchid #A032BB

Tints of Dark Orchid #A032BB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.59%

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

R = 40.3%
G = 12.59%
B = 47.1%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A032BB (or 0xA032BB) is known color: Dark Orchid. HEX triplet: A0, 32 and BB. RGB value is (160,50,187). Sum of RGB (Red+Green+Blue) = 160+50+187=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 50 (19.92% from 255 or 12.59% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #A032BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A032BB is #5FCD44. Grayscale: #626262. Windows color (decimal): -6278469 or 12268192. OLE color: 12268192.

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

Color convert

RGB 160 50 187 -
CMYK 0.14 0.73 0 0.27
HSL 288.18º 0.58% 0.46% -
HSV(B) 288.18º 0.73% 0.73% -
XYZ 24.61 13.34 48.29 -
YUV 98.51 177.94 171.86 -
System Red Green Blue C M Y K H S L
Decimal 160 50 187 0.14 0.73 0 0.27 288.18 0.58 0.46
Hex A0 32 BB E 49 0 1B 120 3A 2E
Octal 240 62 273 16 111 0 33 440 72 56
Binary 10100000 110010 10111011 1110 1001001 0 11011 100100000 111010 101110

Color Harmonies of #A032BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A032BB

Black with #A032BB

Text Example


Text Example

White with #A032BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A032BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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