Html Css Color HEX #A31CB3 Dark Orchid

📋 copy color: '#A31CB3'

red 163 ◦ green 28 ◦ blue 179

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

Shades of Dark Orchid #A31CB3

Tints of Dark Orchid #A31CB3

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.57%

 BLUE value IS 179 (70.31% from 255) = 48.38%

R = 44.05%
G = 7.57%
B = 48.38%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A31CB3 (or 0xA31CB3) is known color: Dark Orchid. HEX triplet: A3, 1C and B3. RGB value is (163,28,179). Sum of RGB (Red+Green+Blue) = 163+28+179=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 28 (11.33% from 255 or 7.57% from 370); Blue value is 179 (70.31% from 255 or 48.38% from 370); Max value from RGB is 179 - color contains mainly: blue. Hex color #A31CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31CB3 is #5CE34C. Grayscale: #555555. Windows color (decimal): -6087501 or 11738275. OLE color: 11738275.

HSL color Cylindrical-coordinate representation of color #A31CB3: hue angle of 293.64º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A31CB3 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 163 28 179 -
CMYK 0.09 0.84 0 0.30
HSL 293.64º 0.73% 0.41% -
HSV(B) 293.64º 0.84% 0.7% -
XYZ 23.66 11.87 43.69 -
YUV 85.58 180.73 183.22 -
System Red Green Blue C M Y K H S L
Decimal 163 28 179 0.09 0.84 0 0.30 293.64 0.73 0.41
Hex A3 1C B3 9 54 0 1E 126 49 29
Octal 243 34 263 11 124 0 36 446 111 51
Binary 10100011 11100 10110011 1001 1010100 0 11110 100100110 1001001 101001

Color Harmonies of #A31CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31CB3

Black with #A31CB3

Text Example


Text Example

White with #A31CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31CB3; }

 p { color: rgb(163,28,179); }

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

background-color css

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

 a { background-color: rgb(163,28,179); }

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

border-color css

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

 span { border-color: rgb(163,28,179); }

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