Html Css Color HEX #A32FBD Dark Orchid

📋 copy color: '#A32FBD'

red 163 ◦ green 47 ◦ blue 189

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

Shades of Dark Orchid #A32FBD

Tints of Dark Orchid #A32FBD

RGB

 RED value IS 163 (64.06% from 255) = 40.85%

 GREEN value IS 47 (18.75% from 255) = 11.78%

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

R = 40.85%
G = 11.78%
B = 47.37%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A32FBD (or 0xA32FBD) is known color: Dark Orchid. HEX triplet: A3, 2F and BD. RGB value is (163,47,189). Sum of RGB (Red+Green+Blue) = 163+47+189=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 47 (18.75% from 255 or 11.78% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #A32FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32FBD is #5CD042. Grayscale: #616161. Windows color (decimal): -6082627 or 12398499. OLE color: 12398499.

HSL color Cylindrical-coordinate representation of color #A32FBD: hue angle of 289.01º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A32FBD is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 47 189 -
CMYK 0.14 0.75 0 0.26
HSL 289.01º 0.6% 0.46% -
HSV(B) 289.01º 0.75% 0.74% -
XYZ 25.31 13.49 49.41 -
YUV 97.87 179.43 174.45 -
System Red Green Blue C M Y K H S L
Decimal 163 47 189 0.14 0.75 0 0.26 289.01 0.6 0.46
Hex A3 2F BD E 4B 0 1A 121 3C 2E
Octal 243 57 275 16 113 0 32 441 74 56
Binary 10100011 101111 10111101 1110 1001011 0 11010 100100001 111100 101110

Color Harmonies of #A32FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32FBD

Black with #A32FBD

Text Example


Text Example

White with #A32FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32FBD; }

 p { color: rgb(163,47,189); }

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

background-color css

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

 a { background-color: rgb(163,47,189); }

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

border-color css

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

 span { border-color: rgb(163,47,189); }

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