Html Css Color HEX #A132CD Dark Orchid

📋 copy color: '#A132CD'

red 161 ◦ green 50 ◦ blue 205

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

Shades of Dark Orchid #A132CD

Tints of Dark Orchid #A132CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.28%

R = 38.7%
G = 12.02%
B = 49.28%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A132CD (or 0xA132CD) is known color: Dark Orchid. HEX triplet: A1, 32 and CD. RGB value is (161,50,205). Sum of RGB (Red+Green+Blue) = 161+50+205=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #A132CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A132CD is #5ECD32. Grayscale: #646464. Windows color (decimal): -6212915 or 13447841. OLE color: 13447841.

HSL color Cylindrical-coordinate representation of color #A132CD: hue angle of 282.97º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A132CD is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 161 50 205 -
CMYK 0.21 0.76 0 0.20
HSL 282.97º 0.61% 0.5% -
HSV(B) 282.97º 0.76% 0.8% -
XYZ 26.86 14.27 59.1 -
YUV 100.86 186.77 170.9 -
System Red Green Blue C M Y K H S L
Decimal 161 50 205 0.21 0.76 0 0.20 282.97 0.61 0.5
Hex A1 32 CD 15 4C 0 14 11B 3D 32
Octal 241 62 315 25 114 0 24 433 75 62
Binary 10100001 110010 11001101 10101 1001100 0 10100 100011011 111101 110010

Color Harmonies of #A132CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A132CD

Black with #A132CD

Text Example


Text Example

White with #A132CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A132CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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