Html Css Color HEX #A515B6 Dark Orchid

📋 copy color: '#A515B6'

red 165 ◦ green 21 ◦ blue 182

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

Shades of Dark Orchid #A515B6

Tints of Dark Orchid #A515B6

RGB

 RED value IS 165 (64.84% from 255) = 44.84%

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

 BLUE value IS 182 (71.48% from 255) = 49.46%

R = 44.84%
G = 5.71%
B = 49.46%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A515B6 (or 0xA515B6) is known color: Dark Orchid. HEX triplet: A5, 15 and B6. RGB value is (165,21,182). Sum of RGB (Red+Green+Blue) = 165+21+182=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 182 (71.48% from 255 or 49.46% from 368); Max value from RGB is 182 - color contains mainly: blue. Hex color #A515B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A515B6 is #5AEA49. Grayscale: #515151. Windows color (decimal): -5958218 or 11933093. OLE color: 11933093.

HSL color Cylindrical-coordinate representation of color #A515B6: hue angle of 293.66º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A515B6 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 21 182 -
CMYK 0.09 0.88 0 0.29
HSL 293.66º 0.79% 0.4% -
HSV(B) 293.66º 0.88% 0.71% -
XYZ 24.23 11.91 45.28 -
YUV 82.41 184.21 186.91 -
System Red Green Blue C M Y K H S L
Decimal 165 21 182 0.09 0.88 0 0.29 293.66 0.79 0.4
Hex A5 15 B6 9 58 0 1D 126 4F 28
Octal 245 25 266 11 130 0 35 446 117 50
Binary 10100101 10101 10110110 1001 1011000 0 11101 100100110 1001111 101000

Color Harmonies of #A515B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A515B6

Black with #A515B6

Text Example


Text Example

White with #A515B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A515B6; }

 p { color: rgb(165,21,182); }

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

background-color css

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

 a { background-color: rgb(165,21,182); }

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

border-color css

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

 span { border-color: rgb(165,21,182); }

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