Html Css Color HEX #A133BF Dark Orchid

📋 copy color: '#A133BF'

red 161 ◦ green 51 ◦ blue 191

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

Shades of Dark Orchid #A133BF

Tints of Dark Orchid #A133BF

RGB

 RED value IS 161 (63.28% from 255) = 39.95%

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

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

R = 39.95%
G = 12.66%
B = 47.39%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A133BF (or 0xA133BF) is known color: Dark Orchid. HEX triplet: A1, 33 and BF. RGB value is (161,51,191). Sum of RGB (Red+Green+Blue) = 161+51+191=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 51 (20.31% from 255 or 12.66% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #A133BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A133BF is #5ECC40. Grayscale: #636363. Windows color (decimal): -6212673 or 12530593. OLE color: 12530593.

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

Color convert

RGB 161 51 191 -
CMYK 0.16 0.73 0 0.25
HSL 287.14º 0.58% 0.47% -
HSV(B) 287.14º 0.73% 0.75% -
XYZ 25.29 13.71 50.6 -
YUV 99.85 179.44 171.62 -
System Red Green Blue C M Y K H S L
Decimal 161 51 191 0.16 0.73 0 0.25 287.14 0.58 0.47
Hex A1 33 BF 10 49 0 19 11F 3A 2F
Octal 241 63 277 20 111 0 31 437 72 57
Binary 10100001 110011 10111111 10000 1001001 0 11001 100011111 111010 101111

Color Harmonies of #A133BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A133BF

Black with #A133BF

Text Example


Text Example

White with #A133BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A133BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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