Html Css Color HEX #A133BC Dark Orchid

📋 copy color: '#A133BC'

red 161 ◦ green 51 ◦ blue 188

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

Shades of Dark Orchid #A133BC

Tints of Dark Orchid #A133BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47%

R = 40.25%
G = 12.75%
B = 47%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A133BC (or 0xA133BC) is known color: Dark Orchid. HEX triplet: A1, 33 and BC. RGB value is (161,51,188). Sum of RGB (Red+Green+Blue) = 161+51+188=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 51 (20.31% from 255 or 12.75% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #A133BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A133BC is #5ECC43. Grayscale: #636363. Windows color (decimal): -6212676 or 12333985. OLE color: 12333985.

HSL color Cylindrical-coordinate representation of color #A133BC: hue angle of 288.18º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A133BC is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 51 188 -
CMYK 0.14 0.73 0 0.26
HSL 288.18º 0.57% 0.47% -
HSV(B) 288.18º 0.73% 0.74% -
XYZ 24.96 13.58 48.88 -
YUV 99.51 177.94 171.86 -
System Red Green Blue C M Y K H S L
Decimal 161 51 188 0.14 0.73 0 0.26 288.18 0.57 0.47
Hex A1 33 BC E 49 0 1A 120 39 2F
Octal 241 63 274 16 111 0 32 440 71 57
Binary 10100001 110011 10111100 1110 1001001 0 11010 100100000 111001 101111

Color Harmonies of #A133BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A133BC

Black with #A133BC

Text Example


Text Example

White with #A133BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A133BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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