Html Css Color HEX #A733BC Dark Orchid

📋 copy color: '#A733BC'

red 167 ◦ green 51 ◦ blue 188

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

Shades of Dark Orchid #A733BC

Tints of Dark Orchid #A733BC

RGB

 RED value IS 167 (65.63% from 255) = 41.13%

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

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

R = 41.13%
G = 12.56%
B = 46.31%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A733BC (or 0xA733BC) is known color: Dark Orchid. HEX triplet: A7, 33 and BC. RGB value is (167,51,188). Sum of RGB (Red+Green+Blue) = 167+51+188=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 51 (20.31% from 255 or 12.56% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #A733BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A733BC is #58CC43. Grayscale: #646464. Windows color (decimal): -5819460 or 12333991. OLE color: 12333991.

HSL color Cylindrical-coordinate representation of color #A733BC: hue angle of 290.8º 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 #A733BC is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 51 188 -
CMYK 0.11 0.73 0 0.26
HSL 290.8º 0.57% 0.47% -
HSV(B) 290.8º 0.73% 0.74% -
XYZ 26.2 14.21 48.94 -
YUV 101.3 176.93 174.86 -
System Red Green Blue C M Y K H S L
Decimal 167 51 188 0.11 0.73 0 0.26 290.8 0.57 0.47
Hex A7 33 BC B 49 0 1A 123 39 2F
Octal 247 63 274 13 111 0 32 443 71 57
Binary 10100111 110011 10111100 1011 1001001 0 11010 100100011 111001 101111

Color Harmonies of #A733BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A733BC

Black with #A733BC

Text Example


Text Example

White with #A733BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A733BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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