Html Css Color HEX #A031BF Dark Orchid

📋 copy color: '#A031BF'

red 160 ◦ green 49 ◦ blue 191

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

Shades of Dark Orchid #A031BF

Tints of Dark Orchid #A031BF

RGB

 RED value IS 160 (62.89% from 255) = 40%

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

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

R = 40%
G = 12.25%
B = 47.75%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A031BF (or 0xA031BF) is known color: Dark Orchid. HEX triplet: A0, 31 and BF. RGB value is (160,49,191). Sum of RGB (Red+Green+Blue) = 160+49+191=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 49 (19.53% from 255 or 12.25% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #A031BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A031BF is #5FCE40. Grayscale: #616161. Windows color (decimal): -6278721 or 12530080. OLE color: 12530080.

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

Color convert

RGB 160 49 191 -
CMYK 0.16 0.74 0 0.25
HSL 286.9º 0.59% 0.47% -
HSV(B) 286.9º 0.74% 0.75% -
XYZ 25 13.43 50.57 -
YUV 98.38 180.27 171.95 -
System Red Green Blue C M Y K H S L
Decimal 160 49 191 0.16 0.74 0 0.25 286.9 0.59 0.47
Hex A0 31 BF 10 4A 0 19 11F 3B 2F
Octal 240 61 277 20 112 0 31 437 73 57
Binary 10100000 110001 10111111 10000 1001010 0 11001 100011111 111011 101111

Color Harmonies of #A031BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A031BF

Black with #A031BF

Text Example


Text Example

White with #A031BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A031BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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