Html Css Color HEX #A026BA Dark Orchid

📋 copy color: '#A026BA'

red 160 ◦ green 38 ◦ blue 186

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

Shades of Dark Orchid #A026BA

Tints of Dark Orchid #A026BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.44%

R = 41.67%
G = 9.9%
B = 48.44%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A026BA (or 0xA026BA) is known color: Dark Orchid. HEX triplet: A0, 26 and BA. RGB value is (160,38,186). Sum of RGB (Red+Green+Blue) = 160+38+186=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 38 (15.23% from 255 or 9.90% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #A026BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A026BA is #5FD945. Grayscale: #5A5A5A. Windows color (decimal): -6281542 or 12199584. OLE color: 12199584.

HSL color Cylindrical-coordinate representation of color #A026BA: hue angle of 289.46º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A026BA is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 38 186 -
CMYK 0.14 0.80 0 0.27
HSL 289.46º 0.66% 0.44% -
HSV(B) 289.46º 0.8% 0.73% -
XYZ 24.05 12.4 47.58 -
YUV 91.35 181.42 176.97 -
System Red Green Blue C M Y K H S L
Decimal 160 38 186 0.14 0.80 0 0.27 289.46 0.66 0.44
Hex A0 26 BA E 50 0 1B 121 42 2C
Octal 240 46 272 16 120 0 33 441 102 54
Binary 10100000 100110 10111010 1110 1010000 0 11011 100100001 1000010 101100

Color Harmonies of #A026BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A026BA

Black with #A026BA

Text Example


Text Example

White with #A026BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A026BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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