Html Css Color HEX #A026D1 Dark Orchid

📋 copy color: '#A026D1'

red 160 ◦ green 38 ◦ blue 209

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

Shades of Dark Orchid #A026D1

Tints of Dark Orchid #A026D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 51.35%

R = 39.31%
G = 9.34%
B = 51.35%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A026D1 (or 0xA026D1) is known color: Dark Orchid. HEX triplet: A0, 26 and D1. RGB value is (160,38,209). Sum of RGB (Red+Green+Blue) = 160+38+209=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 38 (15.23% from 255 or 9.34% from 407); Blue value is 209 (82.03% from 255 or 51.35% from 407); Max value from RGB is 209 - color contains mainly: blue. Hex color #A026D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A026D1 is #5FD92E. Grayscale: #5D5D5D. Windows color (decimal): -6281519 or 13706912. OLE color: 13706912.

HSL color Cylindrical-coordinate representation of color #A026D1: hue angle of 282.81º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A026D1 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 38 209 -
CMYK 0.23 0.82 0 0.18
HSL 282.81º 0.69% 0.48% -
HSV(B) 282.81º 0.82% 0.82% -
XYZ 26.7 13.46 61.51 -
YUV 93.97 192.92 175.1 -
System Red Green Blue C M Y K H S L
Decimal 160 38 209 0.23 0.82 0 0.18 282.81 0.69 0.48
Hex A0 26 D1 17 52 0 12 11B 45 30
Octal 240 46 321 27 122 0 22 433 105 60
Binary 10100000 100110 11010001 10111 1010010 0 10010 100011011 1000101 110000

Color Harmonies of #A026D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A026D1

Black with #A026D1

Text Example


Text Example

White with #A026D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A026D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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