Html Css Color HEX #A81ACF Dark Orchid

📋 copy color: '#A81ACF'

red 168 ◦ green 26 ◦ blue 207

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

Shades of Dark Orchid #A81ACF

Tints of Dark Orchid #A81ACF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.48%

 BLUE value IS 207 (81.25% from 255) = 51.62%

R = 41.9%
G = 6.48%
B = 51.62%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A81ACF (or 0xA81ACF) is known color: Dark Orchid. HEX triplet: A8, 1A and CF. RGB value is (168,26,207). Sum of RGB (Red+Green+Blue) = 168+26+207=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 26 (10.55% from 255 or 6.48% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #A81ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81ACF is #57E530. Grayscale: #585858. Windows color (decimal): -5760305 or 13572776. OLE color: 13572776.

HSL color Cylindrical-coordinate representation of color #A81ACF: hue angle of 287.07º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A81ACF is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 26 207 -
CMYK 0.19 0.87 0 0.19
HSL 287.07º 0.78% 0.46% -
HSV(B) 287.07º 0.87% 0.81% -
XYZ 27.78 13.57 60.19 -
YUV 89.09 194.54 184.28 -
System Red Green Blue C M Y K H S L
Decimal 168 26 207 0.19 0.87 0 0.19 287.07 0.78 0.46
Hex A8 1A CF 13 57 0 13 11F 4E 2E
Octal 250 32 317 23 127 0 23 437 116 56
Binary 10101000 11010 11001111 10011 1010111 0 10011 100011111 1001110 101110

Color Harmonies of #A81ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81ACF

Black with #A81ACF

Text Example


Text Example

White with #A81ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81ACF; }

 p { color: rgb(168,26,207); }

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

background-color css

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

 a { background-color: rgb(168,26,207); }

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

border-color css

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

 span { border-color: rgb(168,26,207); }

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