Html Css Color HEX #A733BE Dark Orchid

📋 copy color: '#A733BE'

red 167 ◦ green 51 ◦ blue 190

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

Shades of Dark Orchid #A733BE

Tints of Dark Orchid #A733BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.57%

R = 40.93%
G = 12.5%
B = 46.57%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A733BE (or 0xA733BE) is known color: Dark Orchid. HEX triplet: A7, 33 and BE. RGB value is (167,51,190). Sum of RGB (Red+Green+Blue) = 167+51+190=408 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.93% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #A733BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A733BE is #58CC41. Grayscale: #656565. Windows color (decimal): -5819458 or 12465063. OLE color: 12465063.

HSL color Cylindrical-coordinate representation of color #A733BE: hue angle of 290.07º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A733BE is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 51 190 -
CMYK 0.12 0.73 0 0.25
HSL 290.07º 0.58% 0.47% -
HSV(B) 290.07º 0.73% 0.75% -
XYZ 26.41 14.3 50.08 -
YUV 101.53 177.93 174.7 -
System Red Green Blue C M Y K H S L
Decimal 167 51 190 0.12 0.73 0 0.25 290.07 0.58 0.47
Hex A7 33 BE C 49 0 19 122 3A 2F
Octal 247 63 276 14 111 0 31 442 72 57
Binary 10100111 110011 10111110 1100 1001001 0 11001 100100010 111010 101111

Color Harmonies of #A733BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A733BE

Black with #A733BE

Text Example


Text Example

White with #A733BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A733BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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