Html Css Color HEX #A331BC Dark Orchid

📋 copy color: '#A331BC'

red 163 ◦ green 49 ◦ blue 188

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

Shades of Dark Orchid #A331BC

Tints of Dark Orchid #A331BC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.25%

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

R = 40.75%
G = 12.25%
B = 47%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A331BC (or 0xA331BC) is known color: Dark Orchid. HEX triplet: A3, 31 and BC. RGB value is (163,49,188). Sum of RGB (Red+Green+Blue) = 163+49+188=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 49 (19.53% from 255 or 12.25% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #A331BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A331BC is #5CCE43. Grayscale: #626262. Windows color (decimal): -6082116 or 12333475. OLE color: 12333475.

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

Color convert

RGB 163 49 188 -
CMYK 0.13 0.74 0 0.26
HSL 289.21º 0.59% 0.46% -
HSV(B) 289.21º 0.74% 0.74% -
XYZ 25.28 13.61 48.87 -
YUV 98.93 178.27 173.7 -
System Red Green Blue C M Y K H S L
Decimal 163 49 188 0.13 0.74 0 0.26 289.21 0.59 0.46
Hex A3 31 BC D 4A 0 1A 121 3B 2E
Octal 243 61 274 15 112 0 32 441 73 56
Binary 10100011 110001 10111100 1101 1001010 0 11010 100100001 111011 101110

Color Harmonies of #A331BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A331BC

Black with #A331BC

Text Example


Text Example

White with #A331BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A331BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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