Html Css Color HEX #A832BB Dark Orchid

📋 copy color: '#A832BB'

red 168 ◦ green 50 ◦ blue 187

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

Shades of Dark Orchid #A832BB

Tints of Dark Orchid #A832BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.17%

R = 41.48%
G = 12.35%
B = 46.17%

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

#A832BB (or 0xA832BB) is known color: Dark Orchid. HEX triplet: A8, 32 and BB. RGB value is (168,50,187). Sum of RGB (Red+Green+Blue) = 168+50+187=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #A832BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A832BB is #57CD44. Grayscale: #646464. Windows color (decimal): -5754181 or 12268200. OLE color: 12268200.

HSL color Cylindrical-coordinate representation of color #A832BB: hue angle of 291.68º 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 #A832BB is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 50 187 -
CMYK 0.10 0.73 0 0.27
HSL 291.68º 0.58% 0.46% -
HSV(B) 291.68º 0.73% 0.73% -
XYZ 26.26 14.19 48.37 -
YUV 100.9 176.59 175.86 -
System Red Green Blue C M Y K H S L
Decimal 168 50 187 0.10 0.73 0 0.27 291.68 0.58 0.46
Hex A8 32 BB A 49 0 1B 124 3A 2E
Octal 250 62 273 12 111 0 33 444 72 56
Binary 10101000 110010 10111011 1010 1001001 0 11011 100100100 111010 101110

Color Harmonies of #A832BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A832BB

Black with #A832BB

Text Example


Text Example

White with #A832BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A832BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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