Html Css Color HEX #A033BB Dark Orchid

📋 copy color: '#A033BB'

red 160 ◦ green 51 ◦ blue 187

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

Shades of Dark Orchid #A033BB

Tints of Dark Orchid #A033BB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.81%

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

R = 40.2%
G = 12.81%
B = 46.98%

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

#A033BB (or 0xA033BB) is known color: Dark Orchid. HEX triplet: A0, 33 and BB. RGB value is (160,51,187). Sum of RGB (Red+Green+Blue) = 160+51+187=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #A033BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A033BB is #5FCC44. Grayscale: #626262. Windows color (decimal): -6278213 or 12268448. OLE color: 12268448.

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

Color convert

RGB 160 51 187 -
CMYK 0.14 0.73 0 0.27
HSL 288.09º 0.57% 0.47% -
HSV(B) 288.09º 0.73% 0.73% -
XYZ 24.65 13.43 48.31 -
YUV 99.1 177.61 171.44 -
System Red Green Blue C M Y K H S L
Decimal 160 51 187 0.14 0.73 0 0.27 288.09 0.57 0.47
Hex A0 33 BB E 49 0 1B 120 39 2F
Octal 240 63 273 16 111 0 33 440 71 57
Binary 10100000 110011 10111011 1110 1001001 0 11011 100100000 111001 101111

Color Harmonies of #A033BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A033BB

Black with #A033BB

Text Example


Text Example

White with #A033BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A033BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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