Html Css Color HEX #A32BBB Dark Orchid

📋 copy color: '#A32BBB'

red 163 ◦ green 43 ◦ blue 187

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

Shades of Dark Orchid #A32BBB

Tints of Dark Orchid #A32BBB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.94%

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

R = 41.48%
G = 10.94%
B = 47.58%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A32BBB (or 0xA32BBB) is known color: Dark Orchid. HEX triplet: A3, 2B and BB. RGB value is (163,43,187). Sum of RGB (Red+Green+Blue) = 163+43+187=393 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.48% from 393); Green value is 43 (17.19% from 255 or 10.94% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #A32BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32BBB is #5CD444. Grayscale: #5E5E5E. Windows color (decimal): -6083653 or 12266403. OLE color: 12266403.

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

Color convert

RGB 163 43 187 -
CMYK 0.13 0.77 0 0.27
HSL 290º 0.63% 0.45% -
HSV(B) 290º 0.77% 0.73% -
XYZ 24.94 13.1 48.23 -
YUV 95.3 179.76 176.29 -
System Red Green Blue C M Y K H S L
Decimal 163 43 187 0.13 0.77 0 0.27 290 0.63 0.45
Hex A3 2B BB D 4D 0 1B 122 3F 2D
Octal 243 53 273 15 115 0 33 442 77 55
Binary 10100011 101011 10111011 1101 1001101 0 11011 100100010 111111 101101

Color Harmonies of #A32BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32BBB

Black with #A32BBB

Text Example


Text Example

White with #A32BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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