Html Css Color HEX #A331BE Dark Orchid

📋 copy color: '#A331BE'

red 163 ◦ green 49 ◦ blue 190

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

Shades of Dark Orchid #A331BE

Tints of Dark Orchid #A331BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.26%

R = 40.55%
G = 12.19%
B = 47.26%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A331BE (or 0xA331BE) is known color: Dark Orchid. HEX triplet: A3, 31 and BE. RGB value is (163,49,190). Sum of RGB (Red+Green+Blue) = 163+49+190=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 49 (19.53% from 255 or 12.19% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #A331BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A331BE is #5CCE41. Grayscale: #626262. Windows color (decimal): -6082114 or 12464547. OLE color: 12464547.

HSL color Cylindrical-coordinate representation of color #A331BE: hue angle of 288.51º 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 #A331BE is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 49 190 -
CMYK 0.14 0.74 0 0.25
HSL 288.51º 0.59% 0.47% -
HSV(B) 288.51º 0.74% 0.75% -
XYZ 25.5 13.7 50.02 -
YUV 99.16 179.27 173.54 -
System Red Green Blue C M Y K H S L
Decimal 163 49 190 0.14 0.74 0 0.25 288.51 0.59 0.47
Hex A3 31 BE E 4A 0 19 121 3B 2F
Octal 243 61 276 16 112 0 31 441 73 57
Binary 10100011 110001 10111110 1110 1001010 0 11001 100100001 111011 101111

Color Harmonies of #A331BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A331BE

Black with #A331BE

Text Example


Text Example

White with #A331BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A331BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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