Html Css Color HEX #A133E0 Dark Orchid

📋 copy color: '#A133E0'

red 161 ◦ green 51 ◦ blue 224

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

Shades of Dark Orchid #A133E0

Tints of Dark Orchid #A133E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 51.38%

R = 36.93%
G = 11.7%
B = 51.38%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A133E0 (or 0xA133E0) is known color: Dark Orchid. HEX triplet: A1, 33 and E0. RGB value is (161,51,224). Sum of RGB (Red+Green+Blue) = 161+51+224=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 51 (20.31% from 255 or 11.70% from 436); Blue value is 224 (87.89% from 255 or 51.38% from 436); Max value from RGB is 224 - color contains mainly: blue. Hex color #A133E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A133E0 is #5ECC1F. Grayscale: #676767. Windows color (decimal): -6212640 or 14693281. OLE color: 14693281.

HSL color Cylindrical-coordinate representation of color #A133E0: hue angle of 278.15º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A133E0 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 51 224 -
CMYK 0.28 0.77 0 0.12
HSL 278.15º 0.74% 0.54% -
HSV(B) 278.15º 0.77% 0.88% -
XYZ 29.34 15.33 71.93 -
YUV 103.61 195.94 168.93 -
System Red Green Blue C M Y K H S L
Decimal 161 51 224 0.28 0.77 0 0.12 278.15 0.74 0.54
Hex A1 33 E0 1C 4D 0 C 116 4A 36
Octal 241 63 340 34 115 0 14 426 112 66
Binary 10100001 110011 11100000 11100 1001101 0 1100 100010110 1001010 110110

Color Harmonies of #A133E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A133E0

Black with #A133E0

Text Example


Text Example

White with #A133E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A133E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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