Html Css Color HEX #A333BB Dark Orchid

📋 copy color: '#A333BB'

red 163 ◦ green 51 ◦ blue 187

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

Shades of Dark Orchid #A333BB

Tints of Dark Orchid #A333BB

RGB

 RED value IS 163 (64.06% from 255) = 40.65%

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

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

R = 40.65%
G = 12.72%
B = 46.63%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A333BB (or 0xA333BB) is known color: Dark Orchid. HEX triplet: A3, 33 and BB. RGB value is (163,51,187). Sum of RGB (Red+Green+Blue) = 163+51+187=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 51 (20.31% from 255 or 12.72% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #A333BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A333BB is #5CCC44. Grayscale: #636363. Windows color (decimal): -6081605 or 12268451. OLE color: 12268451.

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

Color convert

RGB 163 51 187 -
CMYK 0.13 0.73 0 0.27
HSL 289.41º 0.57% 0.47% -
HSV(B) 289.41º 0.73% 0.73% -
XYZ 25.26 13.74 48.33 -
YUV 99.99 177.11 172.94 -
System Red Green Blue C M Y K H S L
Decimal 163 51 187 0.13 0.73 0 0.27 289.41 0.57 0.47
Hex A3 33 BB D 49 0 1B 121 39 2F
Octal 243 63 273 15 111 0 33 441 71 57
Binary 10100011 110011 10111011 1101 1001001 0 11011 100100001 111001 101111

Color Harmonies of #A333BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A333BB

Black with #A333BB

Text Example


Text Example

White with #A333BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A333BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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