Html Css Color HEX #A133DC Dark Orchid

📋 copy color: '#A133DC'

red 161 ◦ green 51 ◦ blue 220

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

Shades of Dark Orchid #A133DC

Tints of Dark Orchid #A133DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.93%

R = 37.27%
G = 11.81%
B = 50.93%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A133DC (or 0xA133DC) is known color: Dark Orchid. HEX triplet: A1, 33 and DC. RGB value is (161,51,220). Sum of RGB (Red+Green+Blue) = 161+51+220=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 51 (20.31% from 255 or 11.81% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #A133DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A133DC is #5ECC23. Grayscale: #666666. Windows color (decimal): -6212644 or 14431137. OLE color: 14431137.

HSL color Cylindrical-coordinate representation of color #A133DC: hue angle of 279.05º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A133DC is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 51 220 -
CMYK 0.27 0.77 0 0.14
HSL 279.05º 0.71% 0.53% -
HSV(B) 279.05º 0.77% 0.86% -
XYZ 28.8 15.11 69.11 -
YUV 103.16 193.94 169.26 -
System Red Green Blue C M Y K H S L
Decimal 161 51 220 0.27 0.77 0 0.14 279.05 0.71 0.53
Hex A1 33 DC 1B 4D 0 E 117 47 35
Octal 241 63 334 33 115 0 16 427 107 65
Binary 10100001 110011 11011100 11011 1001101 0 1110 100010111 1000111 110101

Color Harmonies of #A133DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A133DC

Black with #A133DC

Text Example


Text Example

White with #A133DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A133DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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