Html Css Color HEX #A732BD Dark Orchid

📋 copy color: '#A732BD'

red 167 ◦ green 50 ◦ blue 189

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

Shades of Dark Orchid #A732BD

Tints of Dark Orchid #A732BD

RGB

 RED value IS 167 (65.63% from 255) = 41.13%

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

 BLUE value IS 189 (74.22% from 255) = 46.55%

R = 41.13%
G = 12.32%
B = 46.55%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A732BD (or 0xA732BD) is known color: Dark Orchid. HEX triplet: A7, 32 and BD. RGB value is (167,50,189). Sum of RGB (Red+Green+Blue) = 167+50+189=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 50 (19.92% from 255 or 12.32% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #A732BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A732BD is #58CD42. Grayscale: #646464. Windows color (decimal): -5819715 or 12399271. OLE color: 12399271.

HSL color Cylindrical-coordinate representation of color #A732BD: hue angle of 290.5º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A732BD is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 50 189 -
CMYK 0.12 0.74 0 0.26
HSL 290.5º 0.58% 0.47% -
HSV(B) 290.5º 0.74% 0.74% -
XYZ 26.26 14.17 49.5 -
YUV 100.83 177.76 175.2 -
System Red Green Blue C M Y K H S L
Decimal 167 50 189 0.12 0.74 0 0.26 290.5 0.58 0.47
Hex A7 32 BD C 4A 0 1A 123 3A 2F
Octal 247 62 275 14 112 0 32 443 72 57
Binary 10100111 110010 10111101 1100 1001010 0 11010 100100011 111010 101111

Color Harmonies of #A732BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A732BD

Black with #A732BD

Text Example


Text Example

White with #A732BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A732BD; }

 p { color: rgb(167,50,189); }

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

background-color css

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

 a { background-color: rgb(167,50,189); }

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

border-color css

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

 span { border-color: rgb(167,50,189); }

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