Html Css Color HEX #A715B1 Dark Orchid

📋 copy color: '#A715B1'

red 167 ◦ green 21 ◦ blue 177

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

Shades of Dark Orchid #A715B1

Tints of Dark Orchid #A715B1

RGB

 RED value IS 167 (65.63% from 255) = 45.75%

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

 BLUE value IS 177 (69.53% from 255) = 48.49%

R = 45.75%
G = 5.75%
B = 48.49%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A715B1 (or 0xA715B1) is known color: Dark Orchid. HEX triplet: A7, 15 and B1. RGB value is (167,21,177). Sum of RGB (Red+Green+Blue) = 167+21+177=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 177 (69.53% from 255 or 48.49% from 365); Max value from RGB is 177 - color contains mainly: blue. Hex color #A715B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A715B1 is #58EA4E. Grayscale: #515151. Windows color (decimal): -5827151 or 11605415. OLE color: 11605415.

HSL color Cylindrical-coordinate representation of color #A715B1: hue angle of 296.15º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A715B1 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 21 177 -
CMYK 0.06 0.88 0 0.31
HSL 296.15º 0.79% 0.39% -
HSV(B) 296.15º 0.88% 0.69% -
XYZ 24.14 11.93 42.62 -
YUV 82.44 181.37 188.32 -
System Red Green Blue C M Y K H S L
Decimal 167 21 177 0.06 0.88 0 0.31 296.15 0.79 0.39
Hex A7 15 B1 6 58 0 1F 128 4F 27
Octal 247 25 261 6 130 0 37 450 117 47
Binary 10100111 10101 10110001 110 1011000 0 11111 100101000 1001111 100111

Color Harmonies of #A715B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A715B1

Black with #A715B1

Text Example


Text Example

White with #A715B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A715B1; }

 p { color: rgb(167,21,177); }

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

background-color css

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

 a { background-color: rgb(167,21,177); }

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

border-color css

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

 span { border-color: rgb(167,21,177); }

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