Html Css Color HEX #A515AF Dark Orchid

📋 copy color: '#A515AF'

red 165 ◦ green 21 ◦ blue 175

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

Shades of Dark Orchid #A515AF

Tints of Dark Orchid #A515AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.48%

R = 45.71%
G = 5.82%
B = 48.48%

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

#A515AF (or 0xA515AF) is known color: Dark Orchid. HEX triplet: A5, 15 and AF. RGB value is (165,21,175). Sum of RGB (Red+Green+Blue) = 165+21+175=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 21 (8.59% from 255 or 5.82% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #A515AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A515AF is #5AEA50. Grayscale: #515151. Windows color (decimal): -5958225 or 11474341. OLE color: 11474341.

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

Color convert

RGB 165 21 175 -
CMYK 0.06 0.88 0 0.31
HSL 296.1º 0.79% 0.38% -
HSV(B) 296.1º 0.88% 0.69% -
XYZ 23.52 11.63 41.56 -
YUV 81.61 180.71 187.48 -
System Red Green Blue C M Y K H S L
Decimal 165 21 175 0.06 0.88 0 0.31 296.1 0.79 0.38
Hex A5 15 AF 6 58 0 1F 128 4F 26
Octal 245 25 257 6 130 0 37 450 117 46
Binary 10100101 10101 10101111 110 1011000 0 11111 100101000 1001111 100110

Color Harmonies of #A515AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A515AF

Black with #A515AF

Text Example


Text Example

White with #A515AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A515AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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