Html Css Color HEX #A31FBD Dark Orchid

📋 copy color: '#A31FBD'

red 163 ◦ green 31 ◦ blue 189

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

Shades of Dark Orchid #A31FBD

Tints of Dark Orchid #A31FBD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.09%

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

R = 42.56%
G = 8.09%
B = 49.35%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A31FBD (or 0xA31FBD) is known color: Dark Orchid. HEX triplet: A3, 1F and BD. RGB value is (163,31,189). Sum of RGB (Red+Green+Blue) = 163+31+189=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 31 (12.5% from 255 or 8.09% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #A31FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31FBD is #5CE042. Grayscale: #575757. Windows color (decimal): -6086723 or 12394403. OLE color: 12394403.

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

Color convert

RGB 163 31 189 -
CMYK 0.14 0.84 0 0.26
HSL 290.13º 0.72% 0.43% -
HSV(B) 290.13º 0.84% 0.74% -
XYZ 24.78 12.44 49.24 -
YUV 88.48 184.73 181.15 -
System Red Green Blue C M Y K H S L
Decimal 163 31 189 0.14 0.84 0 0.26 290.13 0.72 0.43
Hex A3 1F BD E 54 0 1A 122 48 2B
Octal 243 37 275 16 124 0 32 442 110 53
Binary 10100011 11111 10111101 1110 1010100 0 11010 100100010 1001000 101011

Color Harmonies of #A31FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31FBD

Black with #A31FBD

Text Example


Text Example

White with #A31FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31FBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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