Html Css Color HEX #A817B7 Dark Orchid

📋 copy color: '#A817B7'

red 168 ◦ green 23 ◦ blue 183

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

Shades of Dark Orchid #A817B7

Tints of Dark Orchid #A817B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 48.93%

R = 44.92%
G = 6.15%
B = 48.93%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A817B7 (or 0xA817B7) is known color: Dark Orchid. HEX triplet: A8, 17 and B7. RGB value is (168,23,183). Sum of RGB (Red+Green+Blue) = 168+23+183=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 23 (9.38% from 255 or 6.15% from 374); Blue value is 183 (71.88% from 255 or 48.93% from 374); Max value from RGB is 183 - color contains mainly: blue. Hex color #A817B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A817B7 is #57E848. Grayscale: #545454. Windows color (decimal): -5761097 or 11999144. OLE color: 11999144.

HSL color Cylindrical-coordinate representation of color #A817B7: hue angle of 294.38º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A817B7 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 168 23 183 -
CMYK 0.08 0.87 0 0.28
HSL 294.38º 0.78% 0.4% -
HSV(B) 294.38º 0.87% 0.72% -
XYZ 25 12.36 45.87 -
YUV 84.6 183.54 187.49 -
System Red Green Blue C M Y K H S L
Decimal 168 23 183 0.08 0.87 0 0.28 294.38 0.78 0.4
Hex A8 17 B7 8 57 0 1C 126 4E 28
Octal 250 27 267 10 127 0 34 446 116 50
Binary 10101000 10111 10110111 1000 1010111 0 11100 100100110 1001110 101000

Color Harmonies of #A817B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A817B7

Black with #A817B7

Text Example


Text Example

White with #A817B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A817B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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