Html Css Color HEX #A026AC Dark Orchid

📋 copy color: '#A026AC'

red 160 ◦ green 38 ◦ blue 172

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

Shades of Dark Orchid #A026AC

Tints of Dark Orchid #A026AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.49%

R = 43.24%
G = 10.27%
B = 46.49%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A026AC (or 0xA026AC) is known color: Dark Orchid. HEX triplet: A0, 26 and AC. RGB value is (160,38,172). Sum of RGB (Red+Green+Blue) = 160+38+172=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #A026AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A026AC is #5FD953. Grayscale: #595959. Windows color (decimal): -6281556 or 11282080. OLE color: 11282080.

HSL color Cylindrical-coordinate representation of color #A026AC: hue angle of 294.63º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A026AC is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 38 172 -
CMYK 0.07 0.78 0 0.33
HSL 294.63º 0.64% 0.41% -
HSV(B) 294.63º 0.78% 0.67% -
XYZ 22.64 11.84 40.12 -
YUV 89.75 174.42 178.1 -
System Red Green Blue C M Y K H S L
Decimal 160 38 172 0.07 0.78 0 0.33 294.63 0.64 0.41
Hex A0 26 AC 7 4E 0 21 127 40 29
Octal 240 46 254 7 116 0 41 447 100 51
Binary 10100000 100110 10101100 111 1001110 0 100001 100100111 1000000 101001

Color Harmonies of #A026AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A026AC

Black with #A026AC

Text Example


Text Example

White with #A026AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A026AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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