Html Css Color HEX #A426BA Dark Orchid

📋 copy color: '#A426BA'

red 164 ◦ green 38 ◦ blue 186

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

Shades of Dark Orchid #A426BA

Tints of Dark Orchid #A426BA

RGB

 RED value IS 164 (64.45% from 255) = 42.27%

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

 BLUE value IS 186 (73.05% from 255) = 47.94%

R = 42.27%
G = 9.79%
B = 47.94%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A426BA (or 0xA426BA) is known color: Dark Orchid. HEX triplet: A4, 26 and BA. RGB value is (164,38,186). Sum of RGB (Red+Green+Blue) = 164+38+186=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #A426BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A426BA is #5BD945. Grayscale: #5C5C5C. Windows color (decimal): -6019398 or 12199588. OLE color: 12199588.

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

Color convert

RGB 164 38 186 -
CMYK 0.12 0.80 0 0.27
HSL 291.08º 0.66% 0.44% -
HSV(B) 291.08º 0.8% 0.73% -
XYZ 24.87 12.82 47.62 -
YUV 92.55 180.74 178.97 -
System Red Green Blue C M Y K H S L
Decimal 164 38 186 0.12 0.80 0 0.27 291.08 0.66 0.44
Hex A4 26 BA C 50 0 1B 123 42 2C
Octal 244 46 272 14 120 0 33 443 102 54
Binary 10100100 100110 10111010 1100 1010000 0 11011 100100011 1000010 101100

Color Harmonies of #A426BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A426BA

Black with #A426BA

Text Example


Text Example

White with #A426BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A426BA; }

 p { color: rgb(164,38,186); }

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

background-color css

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

 a { background-color: rgb(164,38,186); }

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

border-color css

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

 span { border-color: rgb(164,38,186); }

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