Html Css Color HEX #A026BD Dark Orchid

📋 copy color: '#A026BD'

red 160 ◦ green 38 ◦ blue 189

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

Shades of Dark Orchid #A026BD

Tints of Dark Orchid #A026BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.84%

R = 41.34%
G = 9.82%
B = 48.84%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A026BD (or 0xA026BD) is known color: Dark Orchid. HEX triplet: A0, 26 and BD. RGB value is (160,38,189). Sum of RGB (Red+Green+Blue) = 160+38+189=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 38 (15.23% from 255 or 9.82% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #A026BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A026BD is #5FD942. Grayscale: #5B5B5B. Windows color (decimal): -6281539 or 12396192. OLE color: 12396192.

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

Color convert

RGB 160 38 189 -
CMYK 0.15 0.80 0 0.26
HSL 288.48º 0.67% 0.45% -
HSV(B) 288.48º 0.8% 0.74% -
XYZ 24.38 12.53 49.28 -
YUV 91.69 182.92 176.72 -
System Red Green Blue C M Y K H S L
Decimal 160 38 189 0.15 0.80 0 0.26 288.48 0.67 0.45
Hex A0 26 BD F 50 0 1A 120 43 2D
Octal 240 46 275 17 120 0 32 440 103 55
Binary 10100000 100110 10111101 1111 1010000 0 11010 100100000 1000011 101101

Color Harmonies of #A026BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A026BD

Black with #A026BD

Text Example


Text Example

White with #A026BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A026BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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