Html Css Color HEX #A132BD Dark Orchid

📋 copy color: '#A132BD'

red 161 ◦ green 50 ◦ blue 189

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

Shades of Dark Orchid #A132BD

Tints of Dark Orchid #A132BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.25%

R = 40.25%
G = 12.5%
B = 47.25%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A132BD (or 0xA132BD) is known color: Dark Orchid. HEX triplet: A1, 32 and BD. RGB value is (161,50,189). Sum of RGB (Red+Green+Blue) = 161+50+189=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #A132BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A132BD is #5ECD42. Grayscale: #626262. Windows color (decimal): -6212931 or 12399265. OLE color: 12399265.

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

Color convert

RGB 161 50 189 -
CMYK 0.15 0.74 0 0.26
HSL 287.91º 0.58% 0.47% -
HSV(B) 287.91º 0.74% 0.74% -
XYZ 25.02 13.53 49.44 -
YUV 99.04 178.77 172.2 -
System Red Green Blue C M Y K H S L
Decimal 161 50 189 0.15 0.74 0 0.26 287.91 0.58 0.47
Hex A1 32 BD F 4A 0 1A 120 3A 2F
Octal 241 62 275 17 112 0 32 440 72 57
Binary 10100001 110010 10111101 1111 1001010 0 11010 100100000 111010 101111

Color Harmonies of #A132BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A132BD

Black with #A132BD

Text Example


Text Example

White with #A132BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A132BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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