Html Css Color HEX #A132D5 Dark Orchid

📋 copy color: '#A132D5'

red 161 ◦ green 50 ◦ blue 213

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

Shades of Dark Orchid #A132D5

Tints of Dark Orchid #A132D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50.24%

R = 37.97%
G = 11.79%
B = 50.24%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A132D5 (or 0xA132D5) is known color: Dark Orchid. HEX triplet: A1, 32 and D5. RGB value is (161,50,213). Sum of RGB (Red+Green+Blue) = 161+50+213=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 50 (19.92% from 255 or 11.79% from 424); Blue value is 213 (83.59% from 255 or 50.24% from 424); Max value from RGB is 213 - color contains mainly: blue. Hex color #A132D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A132D5 is #5ECD2A. Grayscale: #656565. Windows color (decimal): -6212907 or 13972129. OLE color: 13972129.

HSL color Cylindrical-coordinate representation of color #A132D5: hue angle of 280.86º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A132D5 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 50 213 -
CMYK 0.24 0.77 0 0.16
HSL 280.86º 0.66% 0.52% -
HSV(B) 280.86º 0.77% 0.84% -
XYZ 27.85 14.66 64.31 -
YUV 101.77 190.77 170.25 -
System Red Green Blue C M Y K H S L
Decimal 161 50 213 0.24 0.77 0 0.16 280.86 0.66 0.52
Hex A1 32 D5 18 4D 0 10 119 42 34
Octal 241 62 325 30 115 0 20 431 102 64
Binary 10100001 110010 11010101 11000 1001101 0 10000 100011001 1000010 110100

Color Harmonies of #A132D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A132D5

Black with #A132D5

Text Example


Text Example

White with #A132D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A132D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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