Html Css Color HEX #A32FBC Dark Orchid

📋 copy color: '#A32FBC'

red 163 ◦ green 47 ◦ blue 188

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

Shades of Dark Orchid #A32FBC

Tints of Dark Orchid #A32FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.24%

R = 40.95%
G = 11.81%
B = 47.24%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A32FBC (or 0xA32FBC) is known color: Dark Orchid. HEX triplet: A3, 2F and BC. RGB value is (163,47,188). Sum of RGB (Red+Green+Blue) = 163+47+188=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #A32FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32FBC is #5CD043. Grayscale: #616161. Windows color (decimal): -6082628 or 12332963. OLE color: 12332963.

HSL color Cylindrical-coordinate representation of color #A32FBC: hue angle of 289.36º 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 #A32FBC is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 47 188 -
CMYK 0.13 0.75 0 0.26
HSL 289.36º 0.6% 0.46% -
HSV(B) 289.36º 0.75% 0.74% -
XYZ 25.2 13.45 48.85 -
YUV 97.76 178.93 174.54 -
System Red Green Blue C M Y K H S L
Decimal 163 47 188 0.13 0.75 0 0.26 289.36 0.6 0.46
Hex A3 2F BC D 4B 0 1A 121 3C 2E
Octal 243 57 274 15 113 0 32 441 74 56
Binary 10100011 101111 10111100 1101 1001011 0 11010 100100001 111100 101110

Color Harmonies of #A32FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32FBC

Black with #A32FBC

Text Example


Text Example

White with #A32FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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