Html Css Color HEX #A026D3 Dark Orchid

📋 copy color: '#A026D3'

red 160 ◦ green 38 ◦ blue 211

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

Shades of Dark Orchid #A026D3

Tints of Dark Orchid #A026D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 51.59%

R = 39.12%
G = 9.29%
B = 51.59%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A026D3 (or 0xA026D3) is known color: Dark Orchid. HEX triplet: A0, 26 and D3. RGB value is (160,38,211). Sum of RGB (Red+Green+Blue) = 160+38+211=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 38 (15.23% from 255 or 9.29% from 409); Blue value is 211 (82.81% from 255 or 51.59% from 409); Max value from RGB is 211 - color contains mainly: blue. Hex color #A026D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A026D3 is #5FD92C. Grayscale: #5D5D5D. Windows color (decimal): -6281517 or 13837984. OLE color: 13837984.

HSL color Cylindrical-coordinate representation of color #A026D3: hue angle of 282.31º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A026D3 is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 160 38 211 -
CMYK 0.24 0.82 0 0.17
HSL 282.31º 0.69% 0.49% -
HSV(B) 282.31º 0.82% 0.83% -
XYZ 26.95 13.56 62.83 -
YUV 94.2 193.92 174.93 -
System Red Green Blue C M Y K H S L
Decimal 160 38 211 0.24 0.82 0 0.17 282.31 0.69 0.49
Hex A0 26 D3 18 52 0 11 11A 45 31
Octal 240 46 323 30 122 0 21 432 105 61
Binary 10100000 100110 11010011 11000 1010010 0 10001 100011010 1000101 110001

Color Harmonies of #A026D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A026D3

Black with #A026D3

Text Example


Text Example

White with #A026D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A026D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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