Html Css Color HEX #A815B7 Dark Orchid

📋 copy color: '#A815B7'

red 168 ◦ green 21 ◦ blue 183

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

Shades of Dark Orchid #A815B7

Tints of Dark Orchid #A815B7

RGB

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

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

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

R = 45.16%
G = 5.65%
B = 49.19%

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

#A815B7 (or 0xA815B7) is known color: Dark Orchid. HEX triplet: A8, 15 and B7. RGB value is (168,21,183). Sum of RGB (Red+Green+Blue) = 168+21+183=372 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.16% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 183 (71.88% from 255 or 49.19% from 372); Max value from RGB is 183 - color contains mainly: blue. Hex color #A815B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A815B7 is #57EA48. Grayscale: #525252. Windows color (decimal): -5761609 or 11998632. OLE color: 11998632.

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

Color convert

RGB 168 21 183 -
CMYK 0.08 0.89 0 0.28
HSL 294.44º 0.79% 0.4% -
HSV(B) 294.44º 0.89% 0.72% -
XYZ 24.96 12.28 45.85 -
YUV 83.42 184.2 188.33 -
System Red Green Blue C M Y K H S L
Decimal 168 21 183 0.08 0.89 0 0.28 294.44 0.79 0.4
Hex A8 15 B7 8 59 0 1C 126 4F 28
Octal 250 25 267 10 131 0 34 446 117 50
Binary 10101000 10101 10110111 1000 1011001 0 11100 100100110 1001111 101000

Color Harmonies of #A815B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A815B7

Black with #A815B7

Text Example


Text Example

White with #A815B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A815B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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