Html Css Color HEX #A026BC Dark Orchid

📋 copy color: '#A026BC'

red 160 ◦ green 38 ◦ blue 188

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

Shades of Dark Orchid #A026BC

Tints of Dark Orchid #A026BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.7%

R = 41.45%
G = 9.84%
B = 48.7%

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

#A026BC (or 0xA026BC) is known color: Dark Orchid. HEX triplet: A0, 26 and BC. RGB value is (160,38,188). Sum of RGB (Red+Green+Blue) = 160+38+188=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #A026BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A026BC is #5FD943. Grayscale: #5B5B5B. Windows color (decimal): -6281540 or 12330656. OLE color: 12330656.

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

Color convert

RGB 160 38 188 -
CMYK 0.15 0.80 0 0.26
HSL 288.8º 0.66% 0.44% -
HSV(B) 288.8º 0.8% 0.74% -
XYZ 24.27 12.49 48.71 -
YUV 91.58 182.42 176.8 -
System Red Green Blue C M Y K H S L
Decimal 160 38 188 0.15 0.80 0 0.26 288.8 0.66 0.44
Hex A0 26 BC F 50 0 1A 121 42 2C
Octal 240 46 274 17 120 0 32 441 102 54
Binary 10100000 100110 10111100 1111 1010000 0 11010 100100001 1000010 101100

Color Harmonies of #A026BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A026BC

Black with #A026BC

Text Example


Text Example

White with #A026BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A026BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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