Html Css Color HEX #A331BF Dark Orchid

📋 copy color: '#A331BF'

red 163 ◦ green 49 ◦ blue 191

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

Shades of Dark Orchid #A331BF

Tints of Dark Orchid #A331BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.39%

R = 40.45%
G = 12.16%
B = 47.39%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A331BF (or 0xA331BF) is known color: Dark Orchid. HEX triplet: A3, 31 and BF. RGB value is (163,49,191). Sum of RGB (Red+Green+Blue) = 163+49+191=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #A331BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A331BF is #5CCE40. Grayscale: #626262. Windows color (decimal): -6082113 or 12530083. OLE color: 12530083.

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

Color convert

RGB 163 49 191 -
CMYK 0.15 0.74 0 0.25
HSL 288.17º 0.59% 0.47% -
HSV(B) 288.17º 0.74% 0.75% -
XYZ 25.61 13.74 50.59 -
YUV 99.27 179.77 173.45 -
System Red Green Blue C M Y K H S L
Decimal 163 49 191 0.15 0.74 0 0.25 288.17 0.59 0.47
Hex A3 31 BF F 4A 0 19 120 3B 2F
Octal 243 61 277 17 112 0 31 440 73 57
Binary 10100011 110001 10111111 1111 1001010 0 11001 100100000 111011 101111

Color Harmonies of #A331BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A331BF

Black with #A331BF

Text Example


Text Example

White with #A331BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A331BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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