Html Css Color HEX #A015B2 Dark Orchid

📋 copy color: '#A015B2'

red 160 ◦ green 21 ◦ blue 178

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

Shades of Dark Orchid #A015B2

Tints of Dark Orchid #A015B2

RGB

 RED value IS 160 (62.89% from 255) = 44.57%

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

 BLUE value IS 178 (69.92% from 255) = 49.58%

R = 44.57%
G = 5.85%
B = 49.58%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A015B2 (or 0xA015B2) is known color: Dark Orchid. HEX triplet: A0, 15 and B2. RGB value is (160,21,178). Sum of RGB (Red+Green+Blue) = 160+21+178=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 178 (69.92% from 255 or 49.58% from 359); Max value from RGB is 178 - color contains mainly: blue. Hex color #A015B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A015B2 is #5FEA4D. Grayscale: #4F4F4F. Windows color (decimal): -6285902 or 11670944. OLE color: 11670944.

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

Color convert

RGB 160 21 178 -
CMYK 0.10 0.88 0 0.30
HSL 293.12º 0.79% 0.39% -
HSV(B) 293.12º 0.88% 0.7% -
XYZ 22.8 11.22 43.08 -
YUV 80.46 183.05 184.73 -
System Red Green Blue C M Y K H S L
Decimal 160 21 178 0.10 0.88 0 0.30 293.12 0.79 0.39
Hex A0 15 B2 A 58 0 1E 125 4F 27
Octal 240 25 262 12 130 0 36 445 117 47
Binary 10100000 10101 10110010 1010 1011000 0 11110 100100101 1001111 100111

Color Harmonies of #A015B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A015B2

Black with #A015B2

Text Example


Text Example

White with #A015B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A015B2; }

 p { color: rgb(160,21,178); }

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

background-color css

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

 a { background-color: rgb(160,21,178); }

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

border-color css

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

 span { border-color: rgb(160,21,178); }

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