Html Css Color HEX #A815AF Dark Orchid

📋 copy color: '#A815AF'

red 168 ◦ green 21 ◦ blue 175

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

Shades of Dark Orchid #A815AF

Tints of Dark Orchid #A815AF

RGB

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

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

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

R = 46.15%
G = 5.77%
B = 48.08%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A815AF (or 0xA815AF) is known color: Dark Orchid. HEX triplet: A8, 15 and AF. RGB value is (168,21,175). Sum of RGB (Red+Green+Blue) = 168+21+175=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #A815AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A815AF is #57EA50. Grayscale: #525252. Windows color (decimal): -5761617 or 11474344. OLE color: 11474344.

HSL color Cylindrical-coordinate representation of color #A815AF: hue angle of 297.27º 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 #A815AF is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 21 175 -
CMYK 0.04 0.88 0 0.31
HSL 297.27º 0.79% 0.38% -
HSV(B) 297.27º 0.88% 0.69% -
XYZ 24.15 11.96 41.59 -
YUV 82.51 180.2 188.98 -
System Red Green Blue C M Y K H S L
Decimal 168 21 175 0.04 0.88 0 0.31 297.27 0.79 0.38
Hex A8 15 AF 4 58 0 1F 129 4F 26
Octal 250 25 257 4 130 0 37 451 117 46
Binary 10101000 10101 10101111 100 1011000 0 11111 100101001 1001111 100110

Color Harmonies of #A815AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A815AF

Black with #A815AF

Text Example


Text Example

White with #A815AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A815AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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