Html Css Color HEX #A31CAF Dark Orchid

📋 copy color: '#A31CAF'

red 163 ◦ green 28 ◦ blue 175

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

Shades of Dark Orchid #A31CAF

Tints of Dark Orchid #A31CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.81%

R = 44.54%
G = 7.65%
B = 47.81%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A31CAF (or 0xA31CAF) is known color: Dark Orchid. HEX triplet: A3, 1C and AF. RGB value is (163,28,175). Sum of RGB (Red+Green+Blue) = 163+28+175=366 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.54% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #A31CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31CAF is #5CE350. Grayscale: #545454. Windows color (decimal): -6087505 or 11476131. OLE color: 11476131.

HSL color Cylindrical-coordinate representation of color #A31CAF: hue angle of 295.1º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A31CAF is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 163 28 175 -
CMYK 0.07 0.84 0 0.31
HSL 295.1º 0.72% 0.4% -
HSV(B) 295.1º 0.84% 0.69% -
XYZ 23.26 11.71 41.59 -
YUV 85.12 178.73 183.55 -
System Red Green Blue C M Y K H S L
Decimal 163 28 175 0.07 0.84 0 0.31 295.1 0.72 0.4
Hex A3 1C AF 7 54 0 1F 127 48 28
Octal 243 34 257 7 124 0 37 447 110 50
Binary 10100011 11100 10101111 111 1010100 0 11111 100100111 1001000 101000

Color Harmonies of #A31CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31CAF

Black with #A31CAF

Text Example


Text Example

White with #A31CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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