Html Css Color HEX #A026BE Dark Orchid

📋 copy color: '#A026BE'

red 160 ◦ green 38 ◦ blue 190

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

Shades of Dark Orchid #A026BE

Tints of Dark Orchid #A026BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.97%

R = 41.24%
G = 9.79%
B = 48.97%

CMYK

 C value IS 0.16

 M value IS 0.8

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A026BE (or 0xA026BE) is known color: Dark Orchid. HEX triplet: A0, 26 and BE. RGB value is (160,38,190). Sum of RGB (Red+Green+Blue) = 160+38+190=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #A026BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A026BE is #5FD941. Grayscale: #5B5B5B. Windows color (decimal): -6281538 or 12461728. OLE color: 12461728.

HSL color Cylindrical-coordinate representation of color #A026BE: hue angle of 288.16º 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 #A026BE is Cyan = 0.16, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 38 190 -
CMYK 0.16 0.8 0 0.25
HSL 288.16º 0.67% 0.45% -
HSV(B) 288.16º 0.8% 0.75% -
XYZ 24.48 12.58 49.85 -
YUV 91.81 183.42 176.64 -
System Red Green Blue C M Y K H S L
Decimal 160 38 190 0.16 0.8 0 0.25 288.16 0.67 0.45
Hex A0 26 BE 10 50 0 19 120 43 2D
Octal 240 46 276 20 120 0 31 440 103 55
Binary 10100000 100110 10111110 10000 1010000 0 11001 100100000 1000011 101101

Color Harmonies of #A026BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A026BE

Black with #A026BE

Text Example


Text Example

White with #A026BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A026BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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