Html Css Color HEX #A817BD Dark Orchid

📋 copy color: '#A817BD'

red 168 ◦ green 23 ◦ blue 189

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

Shades of Dark Orchid #A817BD

Tints of Dark Orchid #A817BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.74%

R = 44.21%
G = 6.05%
B = 49.74%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A817BD (or 0xA817BD) is known color: Dark Orchid. HEX triplet: A8, 17 and BD. RGB value is (168,23,189). Sum of RGB (Red+Green+Blue) = 168+23+189=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 23 (9.38% from 255 or 6.05% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #A817BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A817BD is #57E842. Grayscale: #545454. Windows color (decimal): -5761091 or 12392360. OLE color: 12392360.

HSL color Cylindrical-coordinate representation of color #A817BD: hue angle of 292.41º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A817BD is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 23 189 -
CMYK 0.11 0.88 0 0.26
HSL 292.41º 0.78% 0.42% -
HSV(B) 292.41º 0.88% 0.74% -
XYZ 25.64 12.61 49.23 -
YUV 85.28 186.54 187 -
System Red Green Blue C M Y K H S L
Decimal 168 23 189 0.11 0.88 0 0.26 292.41 0.78 0.42
Hex A8 17 BD B 58 0 1A 124 4E 2A
Octal 250 27 275 13 130 0 32 444 116 52
Binary 10101000 10111 10111101 1011 1011000 0 11010 100100100 1001110 101010

Color Harmonies of #A817BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A817BD

Black with #A817BD

Text Example


Text Example

White with #A817BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A817BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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