Html Css Color HEX #A333BF Dark Orchid

📋 copy color: '#A333BF'

red 163 ◦ green 51 ◦ blue 191

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

Shades of Dark Orchid #A333BF

Tints of Dark Orchid #A333BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.16%

R = 40.25%
G = 12.59%
B = 47.16%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A333BF (or 0xA333BF) is known color: Dark Orchid. HEX triplet: A3, 33 and BF. RGB value is (163,51,191). Sum of RGB (Red+Green+Blue) = 163+51+191=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #A333BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A333BF is #5CCC40. Grayscale: #646464. Windows color (decimal): -6081601 or 12530595. OLE color: 12530595.

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

Color convert

RGB 163 51 191 -
CMYK 0.15 0.73 0 0.25
HSL 288º 0.58% 0.47% -
HSV(B) 288º 0.73% 0.75% -
XYZ 25.69 13.92 50.62 -
YUV 100.45 179.11 172.62 -
System Red Green Blue C M Y K H S L
Decimal 163 51 191 0.15 0.73 0 0.25 288 0.58 0.47
Hex A3 33 BF F 49 0 19 120 3A 2F
Octal 243 63 277 17 111 0 31 440 72 57
Binary 10100011 110011 10111111 1111 1001001 0 11001 100100000 111010 101111

Color Harmonies of #A333BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A333BF

Black with #A333BF

Text Example


Text Example

White with #A333BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A333BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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