Html Css Color HEX #A132CE Dark Orchid

📋 copy color: '#A132CE'

red 161 ◦ green 50 ◦ blue 206

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

Shades of Dark Orchid #A132CE

Tints of Dark Orchid #A132CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.4%

R = 38.61%
G = 11.99%
B = 49.4%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A132CE (or 0xA132CE) is known color: Dark Orchid. HEX triplet: A1, 32 and CE. RGB value is (161,50,206). Sum of RGB (Red+Green+Blue) = 161+50+206=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #A132CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A132CE is #5ECD31. Grayscale: #646464. Windows color (decimal): -6212914 or 13513377. OLE color: 13513377.

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

Color convert

RGB 161 50 206 -
CMYK 0.22 0.76 0 0.19
HSL 282.69º 0.61% 0.5% -
HSV(B) 282.69º 0.76% 0.81% -
XYZ 26.98 14.31 59.73 -
YUV 100.97 187.27 170.82 -
System Red Green Blue C M Y K H S L
Decimal 161 50 206 0.22 0.76 0 0.19 282.69 0.61 0.5
Hex A1 32 CE 16 4C 0 13 11B 3D 32
Octal 241 62 316 26 114 0 23 433 75 62
Binary 10100001 110010 11001110 10110 1001100 0 10011 100011011 111101 110010

Color Harmonies of #A132CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A132CE

Black with #A132CE

Text Example


Text Example

White with #A132CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A132CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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