Html Css Color HEX #A81FAF Dark Orchid

📋 copy color: '#A81FAF'

red 168 ◦ green 31 ◦ blue 175

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

Shades of Dark Orchid #A81FAF

Tints of Dark Orchid #A81FAF

RGB

 RED value IS 168 (66.02% from 255) = 44.92%

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

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

R = 44.92%
G = 8.29%
B = 46.79%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A81FAF (or 0xA81FAF) is known color: Dark Orchid. HEX triplet: A8, 1F and AF. RGB value is (168,31,175). Sum of RGB (Red+Green+Blue) = 168+31+175=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #A81FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81FAF is #57E050. Grayscale: #575757. Windows color (decimal): -5759057 or 11476904. OLE color: 11476904.

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

Color convert

RGB 168 31 175 -
CMYK 0.04 0.82 0 0.31
HSL 297.08º 0.7% 0.4% -
HSV(B) 297.08º 0.82% 0.69% -
XYZ 24.38 12.4 41.67 -
YUV 88.38 176.89 184.79 -
System Red Green Blue C M Y K H S L
Decimal 168 31 175 0.04 0.82 0 0.31 297.08 0.7 0.4
Hex A8 1F AF 4 52 0 1F 129 46 28
Octal 250 37 257 4 122 0 37 451 106 50
Binary 10101000 11111 10101111 100 1010010 0 11111 100101001 1000110 101000

Color Harmonies of #A81FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81FAF

Black with #A81FAF

Text Example


Text Example

White with #A81FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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