Html Css Color HEX #A026B1 Dark Orchid

📋 copy color: '#A026B1'

red 160 ◦ green 38 ◦ blue 177

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

Shades of Dark Orchid #A026B1

Tints of Dark Orchid #A026B1

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.13%

 BLUE value IS 177 (69.53% from 255) = 47.2%

R = 42.67%
G = 10.13%
B = 47.2%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A026B1 (or 0xA026B1) is known color: Dark Orchid. HEX triplet: A0, 26 and B1. RGB value is (160,38,177). Sum of RGB (Red+Green+Blue) = 160+38+177=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 38 (15.23% from 255 or 10.13% from 375); Blue value is 177 (69.53% from 255 or 47.2% from 375); Max value from RGB is 177 - color contains mainly: blue. Hex color #A026B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A026B1 is #5FD94E. Grayscale: #595959. Windows color (decimal): -6281551 or 11609760. OLE color: 11609760.

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

Color convert

RGB 160 38 177 -
CMYK 0.10 0.79 0 0.31
HSL 292.66º 0.65% 0.42% -
HSV(B) 292.66º 0.79% 0.69% -
XYZ 23.13 12.03 42.7 -
YUV 90.32 176.92 177.7 -
System Red Green Blue C M Y K H S L
Decimal 160 38 177 0.10 0.79 0 0.31 292.66 0.65 0.42
Hex A0 26 B1 A 4F 0 1F 125 41 2A
Octal 240 46 261 12 117 0 37 445 101 52
Binary 10100000 100110 10110001 1010 1001111 0 11111 100100101 1000001 101010

Color Harmonies of #A026B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A026B1

Black with #A026B1

Text Example


Text Example

White with #A026B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A026B1; }

 p { color: rgb(160,38,177); }

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

background-color css

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

 a { background-color: rgb(160,38,177); }

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

border-color css

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

 span { border-color: rgb(160,38,177); }

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