Html Css Color HEX #A817BA Dark Orchid

📋 copy color: '#A817BA'

red 168 ◦ green 23 ◦ blue 186

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

Shades of Dark Orchid #A817BA

Tints of Dark Orchid #A817BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.34%

R = 44.56%
G = 6.1%
B = 49.34%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A817BA (or 0xA817BA) is known color: Dark Orchid. HEX triplet: A8, 17 and BA. RGB value is (168,23,186). Sum of RGB (Red+Green+Blue) = 168+23+186=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #A817BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A817BA is #57E845. Grayscale: #545454. Windows color (decimal): -5761094 or 12195752. OLE color: 12195752.

HSL color Cylindrical-coordinate representation of color #A817BA: hue angle of 293.37º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A817BA is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 23 186 -
CMYK 0.10 0.88 0 0.27
HSL 293.37º 0.78% 0.41% -
HSV(B) 293.37º 0.88% 0.73% -
XYZ 25.32 12.48 47.53 -
YUV 84.94 185.04 187.25 -
System Red Green Blue C M Y K H S L
Decimal 168 23 186 0.10 0.88 0 0.27 293.37 0.78 0.41
Hex A8 17 BA A 58 0 1B 125 4E 29
Octal 250 27 272 12 130 0 33 445 116 51
Binary 10101000 10111 10111010 1010 1011000 0 11011 100100101 1001110 101001

Color Harmonies of #A817BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A817BA

Black with #A817BA

Text Example


Text Example

White with #A817BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A817BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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