Html Css Color HEX #A426BD Dark Orchid

📋 copy color: '#A426BD'

red 164 ◦ green 38 ◦ blue 189

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

Shades of Dark Orchid #A426BD

Tints of Dark Orchid #A426BD

RGB

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

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

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

R = 41.94%
G = 9.72%
B = 48.34%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A426BD (or 0xA426BD) is known color: Dark Orchid. HEX triplet: A4, 26 and BD. RGB value is (164,38,189). Sum of RGB (Red+Green+Blue) = 164+38+189=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 38 (15.23% from 255 or 9.72% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #A426BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A426BD is #5BD942. Grayscale: #5C5C5C. Windows color (decimal): -6019395 or 12396196. OLE color: 12396196.

HSL color Cylindrical-coordinate representation of color #A426BD: hue angle of 290.07º 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 #A426BD is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 38 189 -
CMYK 0.13 0.80 0 0.26
HSL 290.07º 0.67% 0.45% -
HSV(B) 290.07º 0.8% 0.74% -
XYZ 25.19 12.95 49.32 -
YUV 92.89 182.24 178.72 -
System Red Green Blue C M Y K H S L
Decimal 164 38 189 0.13 0.80 0 0.26 290.07 0.67 0.45
Hex A4 26 BD D 50 0 1A 122 43 2D
Octal 244 46 275 15 120 0 32 442 103 55
Binary 10100100 100110 10111101 1101 1010000 0 11010 100100010 1000011 101101

Color Harmonies of #A426BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A426BD

Black with #A426BD

Text Example


Text Example

White with #A426BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A426BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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