Html Css Color HEX #A31BB6 Dark Orchid

📋 copy color: '#A31BB6'

red 163 ◦ green 27 ◦ blue 182

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

Shades of Dark Orchid #A31BB6

Tints of Dark Orchid #A31BB6

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.26%

 BLUE value IS 182 (71.48% from 255) = 48.92%

R = 43.82%
G = 7.26%
B = 48.92%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A31BB6 (or 0xA31BB6) is known color: Dark Orchid. HEX triplet: A3, 1B and B6. RGB value is (163,27,182). Sum of RGB (Red+Green+Blue) = 163+27+182=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 27 (10.94% from 255 or 7.26% from 372); Blue value is 182 (71.48% from 255 or 48.92% from 372); Max value from RGB is 182 - color contains mainly: blue. Hex color #A31BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31BB6 is #5CE449. Grayscale: #545454. Windows color (decimal): -6087754 or 11934627. OLE color: 11934627.

HSL color Cylindrical-coordinate representation of color #A31BB6: hue angle of 292.65º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31BB6 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 27 182 -
CMYK 0.10 0.85 0 0.29
HSL 292.65º 0.74% 0.41% -
HSV(B) 292.65º 0.85% 0.71% -
XYZ 23.94 11.95 45.3 -
YUV 85.33 182.56 183.4 -
System Red Green Blue C M Y K H S L
Decimal 163 27 182 0.10 0.85 0 0.29 292.65 0.74 0.41
Hex A3 1B B6 A 55 0 1D 125 4A 29
Octal 243 33 266 12 125 0 35 445 112 51
Binary 10100011 11011 10110110 1010 1010101 0 11101 100100101 1001010 101001

Color Harmonies of #A31BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31BB6

Black with #A31BB6

Text Example


Text Example

White with #A31BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31BB6; }

 p { color: rgb(163,27,182); }

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

background-color css

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

 a { background-color: rgb(163,27,182); }

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

border-color css

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

 span { border-color: rgb(163,27,182); }

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