Html Css Color HEX #A331BD Dark Orchid

📋 copy color: '#A331BD'

red 163 ◦ green 49 ◦ blue 189

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

Shades of Dark Orchid #A331BD

Tints of Dark Orchid #A331BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.13%

R = 40.65%
G = 12.22%
B = 47.13%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A331BD (or 0xA331BD) is known color: Dark Orchid. HEX triplet: A3, 31 and BD. RGB value is (163,49,189). Sum of RGB (Red+Green+Blue) = 163+49+189=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #A331BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A331BD is #5CCE42. Grayscale: #626262. Windows color (decimal): -6082115 or 12399011. OLE color: 12399011.

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

Color convert

RGB 163 49 189 -
CMYK 0.14 0.74 0 0.26
HSL 288.86º 0.59% 0.47% -
HSV(B) 288.86º 0.74% 0.74% -
XYZ 25.39 13.66 49.44 -
YUV 99.05 178.77 173.62 -
System Red Green Blue C M Y K H S L
Decimal 163 49 189 0.14 0.74 0 0.26 288.86 0.59 0.47
Hex A3 31 BD E 4A 0 1A 121 3B 2F
Octal 243 61 275 16 112 0 32 441 73 57
Binary 10100011 110001 10111101 1110 1001010 0 11010 100100001 111011 101111

Color Harmonies of #A331BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A331BD

Black with #A331BD

Text Example


Text Example

White with #A331BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A331BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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