Html Css Color HEX #A32FBB Dark Orchid

📋 copy color: '#A32FBB'

red 163 ◦ green 47 ◦ blue 187

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

Shades of Dark Orchid #A32FBB

Tints of Dark Orchid #A32FBB

RGB

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

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

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

R = 41.06%
G = 11.84%
B = 47.1%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A32FBB (or 0xA32FBB) is known color: Dark Orchid. HEX triplet: A3, 2F and BB. RGB value is (163,47,187). Sum of RGB (Red+Green+Blue) = 163+47+187=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 47 (18.75% from 255 or 11.84% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #A32FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32FBB is #5CD044. Grayscale: #616161. Windows color (decimal): -6082629 or 12267427. OLE color: 12267427.

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

Color convert

RGB 163 47 187 -
CMYK 0.13 0.75 0 0.27
HSL 289.71º 0.6% 0.46% -
HSV(B) 289.71º 0.75% 0.73% -
XYZ 25.09 13.41 48.28 -
YUV 97.64 178.43 174.62 -
System Red Green Blue C M Y K H S L
Decimal 163 47 187 0.13 0.75 0 0.27 289.71 0.6 0.46
Hex A3 2F BB D 4B 0 1B 122 3C 2E
Octal 243 57 273 15 113 0 33 442 74 56
Binary 10100011 101111 10111011 1101 1001011 0 11011 100100010 111100 101110

Color Harmonies of #A32FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32FBB

Black with #A32FBB

Text Example


Text Example

White with #A32FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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