Html Css Color HEX #A832BA Dark Orchid

📋 copy color: '#A832BA'

red 168 ◦ green 50 ◦ blue 186

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

Shades of Dark Orchid #A832BA

Tints of Dark Orchid #A832BA

RGB

 RED value IS 168 (66.02% from 255) = 41.58%

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

 BLUE value IS 186 (73.05% from 255) = 46.04%

R = 41.58%
G = 12.38%
B = 46.04%

CMYK

 C value IS 0.10

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A832BA (or 0xA832BA) is known color: Dark Orchid. HEX triplet: A8, 32 and BA. RGB value is (168,50,186). Sum of RGB (Red+Green+Blue) = 168+50+186=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #A832BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A832BA is #57CD45. Grayscale: #646464. Windows color (decimal): -5754182 or 12202664. OLE color: 12202664.

HSL color Cylindrical-coordinate representation of color #A832BA: hue angle of 292.06º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A832BA is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 50 186 -
CMYK 0.10 0.73 0 0.27
HSL 292.06º 0.58% 0.46% -
HSV(B) 292.06º 0.73% 0.73% -
XYZ 26.15 14.15 47.81 -
YUV 100.79 176.09 175.94 -
System Red Green Blue C M Y K H S L
Decimal 168 50 186 0.10 0.73 0 0.27 292.06 0.58 0.46
Hex A8 32 BA A 49 0 1B 124 3A 2E
Octal 250 62 272 12 111 0 33 444 72 56
Binary 10101000 110010 10111010 1010 1001001 0 11011 100100100 111010 101110

Color Harmonies of #A832BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A832BA

Black with #A832BA

Text Example


Text Example

White with #A832BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A832BA; }

 p { color: rgb(168,50,186); }

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

background-color css

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

 a { background-color: rgb(168,50,186); }

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

border-color css

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

 span { border-color: rgb(168,50,186); }

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