Html Css Color HEX #A133BE Dark Orchid

📋 copy color: '#A133BE'

red 161 ◦ green 51 ◦ blue 190

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

Shades of Dark Orchid #A133BE

Tints of Dark Orchid #A133BE

RGB

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

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

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

R = 40.05%
G = 12.69%
B = 47.26%

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

#A133BE (or 0xA133BE) is known color: Dark Orchid. HEX triplet: A1, 33 and BE. RGB value is (161,51,190). Sum of RGB (Red+Green+Blue) = 161+51+190=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 51 (20.31% from 255 or 12.69% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #A133BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A133BE is #5ECC41. Grayscale: #636363. Windows color (decimal): -6212674 or 12465057. OLE color: 12465057.

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

Color convert

RGB 161 51 190 -
CMYK 0.15 0.73 0 0.25
HSL 287.48º 0.58% 0.47% -
HSV(B) 287.48º 0.73% 0.75% -
XYZ 25.18 13.66 50.03 -
YUV 99.74 178.94 171.7 -
System Red Green Blue C M Y K H S L
Decimal 161 51 190 0.15 0.73 0 0.25 287.48 0.58 0.47
Hex A1 33 BE F 49 0 19 11F 3A 2F
Octal 241 63 276 17 111 0 31 437 72 57
Binary 10100001 110011 10111110 1111 1001001 0 11001 100011111 111010 101111

Color Harmonies of #A133BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A133BE

Black with #A133BE

Text Example


Text Example

White with #A133BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A133BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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