Html Css Color HEX #A32BBC Dark Orchid

📋 copy color: '#A32BBC'

red 163 ◦ green 43 ◦ blue 188

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

Shades of Dark Orchid #A32BBC

Tints of Dark Orchid #A32BBC

RGB

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

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

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

R = 41.37%
G = 10.91%
B = 47.72%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A32BBC (or 0xA32BBC) is known color: Dark Orchid. HEX triplet: A3, 2B and BC. RGB value is (163,43,188). Sum of RGB (Red+Green+Blue) = 163+43+188=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 43 (17.19% from 255 or 10.91% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #A32BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32BBC is #5CD443. Grayscale: #5E5E5E. Windows color (decimal): -6083652 or 12331939. OLE color: 12331939.

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

Color convert

RGB 163 43 188 -
CMYK 0.13 0.77 0 0.26
HSL 289.66º 0.63% 0.45% -
HSV(B) 289.66º 0.77% 0.74% -
XYZ 25.05 13.15 48.79 -
YUV 95.41 180.26 176.21 -
System Red Green Blue C M Y K H S L
Decimal 163 43 188 0.13 0.77 0 0.26 289.66 0.63 0.45
Hex A3 2B BC D 4D 0 1A 122 3F 2D
Octal 243 53 274 15 115 0 32 442 77 55
Binary 10100011 101011 10111100 1101 1001101 0 11010 100100010 111111 101101

Color Harmonies of #A32BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32BBC

Black with #A32BBC

Text Example


Text Example

White with #A32BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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