Html Css Color HEX #A133DB Dark Orchid

📋 copy color: '#A133DB'

red 161 ◦ green 51 ◦ blue 219

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

Shades of Dark Orchid #A133DB

Tints of Dark Orchid #A133DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.81%

R = 37.35%
G = 11.83%
B = 50.81%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A133DB (or 0xA133DB) is known color: Dark Orchid. HEX triplet: A1, 33 and DB. RGB value is (161,51,219). Sum of RGB (Red+Green+Blue) = 161+51+219=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 51 (20.31% from 255 or 11.83% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #A133DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A133DB is #5ECC24. Grayscale: #666666. Windows color (decimal): -6212645 or 14365601. OLE color: 14365601.

HSL color Cylindrical-coordinate representation of color #A133DB: hue angle of 279.29º degrees, saturation: 0.7, 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 #A133DB is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 51 219 -
CMYK 0.26 0.77 0 0.14
HSL 279.29º 0.7% 0.53% -
HSV(B) 279.29º 0.77% 0.86% -
XYZ 28.67 15.06 68.41 -
YUV 103.04 193.44 169.34 -
System Red Green Blue C M Y K H S L
Decimal 161 51 219 0.26 0.77 0 0.14 279.29 0.7 0.53
Hex A1 33 DB 1A 4D 0 E 117 46 35
Octal 241 63 333 32 115 0 16 427 106 65
Binary 10100001 110011 11011011 11010 1001101 0 1110 100010111 1000110 110101

Color Harmonies of #A133DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A133DB

Black with #A133DB

Text Example


Text Example

White with #A133DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A133DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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