Html Css Color HEX #A917B7 Dark Orchid

📋 copy color: '#A917B7'

red 169 ◦ green 23 ◦ blue 183

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

Shades of Dark Orchid #A917B7

Tints of Dark Orchid #A917B7

RGB

 RED value IS 169 (66.41% from 255) = 45.07%

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

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

R = 45.07%
G = 6.13%
B = 48.8%

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

#A917B7 (or 0xA917B7) is known color: Dark Orchid. HEX triplet: A9, 17 and B7. RGB value is (169,23,183). Sum of RGB (Red+Green+Blue) = 169+23+183=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 183 (71.88% from 255 or 48.8% from 375); Max value from RGB is 183 - color contains mainly: blue. Hex color #A917B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A917B7 is #56E848. Grayscale: #545454. Windows color (decimal): -5695561 or 11999145. OLE color: 11999145.

HSL color Cylindrical-coordinate representation of color #A917B7: hue angle of 294.75º 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 #A917B7 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 169 23 183 -
CMYK 0.08 0.87 0 0.28
HSL 294.75º 0.78% 0.4% -
HSV(B) 294.75º 0.87% 0.72% -
XYZ 25.22 12.47 45.88 -
YUV 84.89 183.37 187.99 -
System Red Green Blue C M Y K H S L
Decimal 169 23 183 0.08 0.87 0 0.28 294.75 0.78 0.4
Hex A9 17 B7 8 57 0 1C 127 4E 28
Octal 251 27 267 10 127 0 34 447 116 50
Binary 10101001 10111 10110111 1000 1010111 0 11100 100100111 1001110 101000

Color Harmonies of #A917B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A917B7

Black with #A917B7

Text Example


Text Example

White with #A917B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A917B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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