Html Css Color HEX #A615B6 Dark Orchid

📋 copy color: '#A615B6'

red 166 ◦ green 21 ◦ blue 182

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

Shades of Dark Orchid #A615B6

Tints of Dark Orchid #A615B6

RGB

 RED value IS 166 (65.23% from 255) = 44.99%

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

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

R = 44.99%
G = 5.69%
B = 49.32%

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

#A615B6 (or 0xA615B6) is known color: Dark Orchid. HEX triplet: A6, 15 and B6. RGB value is (166,21,182). Sum of RGB (Red+Green+Blue) = 166+21+182=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 21 (8.59% from 255 or 5.69% from 369); Blue value is 182 (71.48% from 255 or 49.32% from 369); Max value from RGB is 182 - color contains mainly: blue. Hex color #A615B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A615B6 is #59EA49. Grayscale: #525252. Windows color (decimal): -5892682 or 11933094. OLE color: 11933094.

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

Color convert

RGB 166 21 182 -
CMYK 0.09 0.88 0 0.29
HSL 294.04º 0.79% 0.4% -
HSV(B) 294.04º 0.88% 0.71% -
XYZ 24.44 12.02 45.29 -
YUV 82.71 184.04 187.41 -
System Red Green Blue C M Y K H S L
Decimal 166 21 182 0.09 0.88 0 0.29 294.04 0.79 0.4
Hex A6 15 B6 9 58 0 1D 126 4F 28
Octal 246 25 266 11 130 0 35 446 117 50
Binary 10100110 10101 10110110 1001 1011000 0 11101 100100110 1001111 101000

Color Harmonies of #A615B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A615B6

Black with #A615B6

Text Example


Text Example

White with #A615B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A615B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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