Html Css Color HEX #A817C1 Dark Orchid

📋 copy color: '#A817C1'

red 168 ◦ green 23 ◦ blue 193

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

Shades of Dark Orchid #A817C1

Tints of Dark Orchid #A817C1

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.99%

 BLUE value IS 193 (75.78% from 255) = 50.26%

R = 43.75%
G = 5.99%
B = 50.26%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A817C1 (or 0xA817C1) is known color: Dark Orchid. HEX triplet: A8, 17 and C1. RGB value is (168,23,193). Sum of RGB (Red+Green+Blue) = 168+23+193=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 23 (9.38% from 255 or 5.99% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #A817C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A817C1 is #57E83E. Grayscale: #555555. Windows color (decimal): -5761087 or 12654504. OLE color: 12654504.

HSL color Cylindrical-coordinate representation of color #A817C1: hue angle of 291.18º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A817C1 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 23 193 -
CMYK 0.13 0.88 0 0.24
HSL 291.18º 0.79% 0.42% -
HSV(B) 291.18º 0.88% 0.76% -
XYZ 26.08 12.79 51.55 -
YUV 85.74 188.54 186.68 -
System Red Green Blue C M Y K H S L
Decimal 168 23 193 0.13 0.88 0 0.24 291.18 0.79 0.42
Hex A8 17 C1 D 58 0 18 123 4F 2A
Octal 250 27 301 15 130 0 30 443 117 52
Binary 10101000 10111 11000001 1101 1011000 0 11000 100100011 1001111 101010

Color Harmonies of #A817C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A817C1

Black with #A817C1

Text Example


Text Example

White with #A817C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A817C1; }

 p { color: rgb(168,23,193); }

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

background-color css

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

 a { background-color: rgb(168,23,193); }

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

border-color css

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

 span { border-color: rgb(168,23,193); }

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