Html Css Color HEX #A026C0 Dark Orchid

📋 copy color: '#A026C0'

red 160 ◦ green 38 ◦ blue 192

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

Shades of Dark Orchid #A026C0

Tints of Dark Orchid #A026C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.23%

R = 41.03%
G = 9.74%
B = 49.23%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A026C0 (or 0xA026C0) is known color: Dark Orchid. HEX triplet: A0, 26 and C0. RGB value is (160,38,192). Sum of RGB (Red+Green+Blue) = 160+38+192=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 38 (15.23% from 255 or 9.74% from 390); Blue value is 192 (75.39% from 255 or 49.23% from 390); Max value from RGB is 192 - color contains mainly: blue. Hex color #A026C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A026C0 is #5FD93F. Grayscale: #5B5B5B. Windows color (decimal): -6281536 or 12592800. OLE color: 12592800.

HSL color Cylindrical-coordinate representation of color #A026C0: hue angle of 287.53º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A026C0 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 38 192 -
CMYK 0.17 0.80 0 0.25
HSL 287.53º 0.67% 0.45% -
HSV(B) 287.53º 0.8% 0.75% -
XYZ 24.7 12.67 51.01 -
YUV 92.03 184.42 176.48 -
System Red Green Blue C M Y K H S L
Decimal 160 38 192 0.17 0.80 0 0.25 287.53 0.67 0.45
Hex A0 26 C0 11 50 0 19 120 43 2D
Octal 240 46 300 21 120 0 31 440 103 55
Binary 10100000 100110 11000000 10001 1010000 0 11001 100100000 1000011 101101

Color Harmonies of #A026C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A026C0

Black with #A026C0

Text Example


Text Example

White with #A026C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A026C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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