Html Css Color HEX #A31FA8 Dark Orchid

📋 copy color: '#A31FA8'

red 163 ◦ green 31 ◦ blue 168

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

Shades of Dark Orchid #A31FA8

Tints of Dark Orchid #A31FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 46.41%

R = 45.03%
G = 8.56%
B = 46.41%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A31FA8 (or 0xA31FA8) is known color: Dark Orchid. HEX triplet: A3, 1F and A8. RGB value is (163,31,168). Sum of RGB (Red+Green+Blue) = 163+31+168=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 168 (66.02% from 255 or 46.41% from 362); Max value from RGB is 168 - color contains mainly: blue. Hex color #A31FA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31FA8 is #5CE057. Grayscale: #555555. Windows color (decimal): -6086744 or 11018147. OLE color: 11018147.

HSL color Cylindrical-coordinate representation of color #A31FA8: hue angle of 297.81º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A31FA8 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 163 31 168 -
CMYK 0.03 0.82 0 0.34
HSL 297.81º 0.69% 0.39% -
HSV(B) 297.81º 0.82% 0.66% -
XYZ 22.66 11.59 38.09 -
YUV 86.09 174.23 182.86 -
System Red Green Blue C M Y K H S L
Decimal 163 31 168 0.03 0.82 0 0.34 297.81 0.69 0.39
Hex A3 1F A8 3 52 0 22 12A 45 27
Octal 243 37 250 3 122 0 42 452 105 47
Binary 10100011 11111 10101000 11 1010010 0 100010 100101010 1000101 100111

Color Harmonies of #A31FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31FA8

Black with #A31FA8

Text Example


Text Example

White with #A31FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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