Html Css Color HEX #A426B9 Dark Orchid

📋 copy color: '#A426B9'

red 164 ◦ green 38 ◦ blue 185

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

Shades of Dark Orchid #A426B9

Tints of Dark Orchid #A426B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.8%

R = 42.38%
G = 9.82%
B = 47.8%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A426B9 (or 0xA426B9) is known color: Dark Orchid. HEX triplet: A4, 26 and B9. RGB value is (164,38,185). Sum of RGB (Red+Green+Blue) = 164+38+185=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 38 (15.23% from 255 or 9.82% from 387); Blue value is 185 (72.66% from 255 or 47.80% from 387); Max value from RGB is 185 - color contains mainly: blue. Hex color #A426B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A426B9 is #5BD946. Grayscale: #5B5B5B. Windows color (decimal): -6019399 or 12134052. OLE color: 12134052.

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

Color convert

RGB 164 38 185 -
CMYK 0.11 0.79 0 0.27
HSL 291.43º 0.66% 0.44% -
HSV(B) 291.43º 0.79% 0.73% -
XYZ 24.76 12.78 47.06 -
YUV 92.43 180.24 179.05 -
System Red Green Blue C M Y K H S L
Decimal 164 38 185 0.11 0.79 0 0.27 291.43 0.66 0.44
Hex A4 26 B9 B 4F 0 1B 123 42 2C
Octal 244 46 271 13 117 0 33 443 102 54
Binary 10100100 100110 10111001 1011 1001111 0 11011 100100011 1000010 101100

Color Harmonies of #A426B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A426B9

Black with #A426B9

Text Example


Text Example

White with #A426B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A426B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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