Html Css Color HEX #A033BC Dark Orchid

📋 copy color: '#A033BC'

red 160 ◦ green 51 ◦ blue 188

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

Shades of Dark Orchid #A033BC

Tints of Dark Orchid #A033BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.12%

R = 40.1%
G = 12.78%
B = 47.12%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A033BC (or 0xA033BC) is known color: Dark Orchid. HEX triplet: A0, 33 and BC. RGB value is (160,51,188). Sum of RGB (Red+Green+Blue) = 160+51+188=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 51 (20.31% from 255 or 12.78% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #A033BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A033BC is #5FCC43. Grayscale: #626262. Windows color (decimal): -6278212 or 12333984. OLE color: 12333984.

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

Color convert

RGB 160 51 188 -
CMYK 0.15 0.73 0 0.26
HSL 287.74º 0.57% 0.47% -
HSV(B) 287.74º 0.73% 0.74% -
XYZ 24.76 13.47 48.87 -
YUV 99.21 178.11 171.36 -
System Red Green Blue C M Y K H S L
Decimal 160 51 188 0.15 0.73 0 0.26 287.74 0.57 0.47
Hex A0 33 BC F 49 0 1A 120 39 2F
Octal 240 63 274 17 111 0 32 440 71 57
Binary 10100000 110011 10111100 1111 1001001 0 11010 100100000 111001 101111

Color Harmonies of #A033BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A033BC

Black with #A033BC

Text Example


Text Example

White with #A033BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A033BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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