Html Css Color HEX #A132DB Dark Orchid

📋 copy color: '#A132DB'

red 161 ◦ green 50 ◦ blue 219

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

Shades of Dark Orchid #A132DB

Tints of Dark Orchid #A132DB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.63%

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

R = 37.44%
G = 11.63%
B = 50.93%

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

#A132DB (or 0xA132DB) is known color: Dark Orchid. HEX triplet: A1, 32 and DB. RGB value is (161,50,219). Sum of RGB (Red+Green+Blue) = 161+50+219=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #A132DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A132DB is #5ECD24. Grayscale: #656565. Windows color (decimal): -6212901 or 14365345. OLE color: 14365345.

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

Color convert

RGB 161 50 219 -
CMYK 0.26 0.77 0 0.14
HSL 279.41º 0.7% 0.53% -
HSV(B) 279.41º 0.77% 0.86% -
XYZ 28.62 14.97 68.4 -
YUV 102.46 193.77 169.76 -
System Red Green Blue C M Y K H S L
Decimal 161 50 219 0.26 0.77 0 0.14 279.41 0.7 0.53
Hex A1 32 DB 1A 4D 0 E 117 46 35
Octal 241 62 333 32 115 0 16 427 106 65
Binary 10100001 110010 11011011 11010 1001101 0 1110 100010111 1000110 110101

Color Harmonies of #A132DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A132DB

Black with #A132DB

Text Example


Text Example

White with #A132DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A132DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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