Html Css Color HEX #A332BC Dark Orchid

📋 copy color: '#A332BC'

red 163 ◦ green 50 ◦ blue 188

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

Shades of Dark Orchid #A332BC

Tints of Dark Orchid #A332BC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.47%

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

R = 40.65%
G = 12.47%
B = 46.88%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A332BC (or 0xA332BC) is known color: Dark Orchid. HEX triplet: A3, 32 and BC. RGB value is (163,50,188). Sum of RGB (Red+Green+Blue) = 163+50+188=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 50 (19.92% from 255 or 12.47% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #A332BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A332BC is #5CCD43. Grayscale: #636363. Windows color (decimal): -6081860 or 12333731. OLE color: 12333731.

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

Color convert

RGB 163 50 188 -
CMYK 0.13 0.73 0 0.26
HSL 289.13º 0.58% 0.47% -
HSV(B) 289.13º 0.73% 0.74% -
XYZ 25.32 13.7 48.89 -
YUV 99.52 177.94 173.28 -
System Red Green Blue C M Y K H S L
Decimal 163 50 188 0.13 0.73 0 0.26 289.13 0.58 0.47
Hex A3 32 BC D 49 0 1A 121 3A 2F
Octal 243 62 274 15 111 0 32 441 72 57
Binary 10100011 110010 10111100 1101 1001001 0 11010 100100001 111010 101111

Color Harmonies of #A332BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A332BC

Black with #A332BC

Text Example


Text Example

White with #A332BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A332BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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