Html Css Color HEX #A915B7 Dark Orchid

📋 copy color: '#A915B7'

red 169 ◦ green 21 ◦ blue 183

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

Shades of Dark Orchid #A915B7

Tints of Dark Orchid #A915B7

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.63%

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

R = 45.31%
G = 5.63%
B = 49.06%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A915B7 (or 0xA915B7) is known color: Dark Orchid. HEX triplet: A9, 15 and B7. RGB value is (169,21,183). Sum of RGB (Red+Green+Blue) = 169+21+183=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 21 (8.59% from 255 or 5.63% from 373); Blue value is 183 (71.88% from 255 or 49.06% from 373); Max value from RGB is 183 - color contains mainly: blue. Hex color #A915B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A915B7 is #56EA48. Grayscale: #535353. Windows color (decimal): -5696073 or 11998633. OLE color: 11998633.

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

Color convert

RGB 169 21 183 -
CMYK 0.08 0.89 0 0.28
HSL 294.81º 0.79% 0.4% -
HSV(B) 294.81º 0.89% 0.72% -
XYZ 25.18 12.39 45.86 -
YUV 83.72 184.03 188.83 -
System Red Green Blue C M Y K H S L
Decimal 169 21 183 0.08 0.89 0 0.28 294.81 0.79 0.4
Hex A9 15 B7 8 59 0 1C 127 4F 28
Octal 251 25 267 10 131 0 34 447 117 50
Binary 10101001 10101 10110111 1000 1011001 0 11100 100100111 1001111 101000

Color Harmonies of #A915B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A915B7

Black with #A915B7

Text Example


Text Example

White with #A915B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A915B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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