Html Css Color HEX #A026AB Dark Orchid

📋 copy color: '#A026AB'

red 160 ◦ green 38 ◦ blue 171

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

Shades of Dark Orchid #A026AB

Tints of Dark Orchid #A026AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.34%

R = 43.36%
G = 10.3%
B = 46.34%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A026AB (or 0xA026AB) is known color: Dark Orchid. HEX triplet: A0, 26 and AB. RGB value is (160,38,171). Sum of RGB (Red+Green+Blue) = 160+38+171=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 38 (15.23% from 255 or 10.30% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #A026AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A026AB is #5FD954. Grayscale: #595959. Windows color (decimal): -6281557 or 11216544. OLE color: 11216544.

HSL color Cylindrical-coordinate representation of color #A026AB: hue angle of 295.04º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A026AB is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 38 171 -
CMYK 0.06 0.78 0 0.33
HSL 295.04º 0.64% 0.41% -
HSV(B) 295.04º 0.78% 0.67% -
XYZ 22.54 11.8 39.62 -
YUV 89.64 173.92 178.19 -
System Red Green Blue C M Y K H S L
Decimal 160 38 171 0.06 0.78 0 0.33 295.04 0.64 0.41
Hex A0 26 AB 6 4E 0 21 127 40 29
Octal 240 46 253 6 116 0 41 447 100 51
Binary 10100000 100110 10101011 110 1001110 0 100001 100100111 1000000 101001

Color Harmonies of #A026AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A026AB

Black with #A026AB

Text Example


Text Example

White with #A026AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A026AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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