Html Css Color HEX #A426B5 Dark Orchid

📋 copy color: '#A426B5'

red 164 ◦ green 38 ◦ blue 181

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

Shades of Dark Orchid #A426B5

Tints of Dark Orchid #A426B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 47.26%

R = 42.82%
G = 9.92%
B = 47.26%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A426B5 (or 0xA426B5) is known color: Dark Orchid. HEX triplet: A4, 26 and B5. RGB value is (164,38,181). Sum of RGB (Red+Green+Blue) = 164+38+181=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 38 (15.23% from 255 or 9.92% from 383); Blue value is 181 (71.09% from 255 or 47.26% from 383); Max value from RGB is 181 - color contains mainly: blue. Hex color #A426B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A426B5 is #5BD94A. Grayscale: #5B5B5B. Windows color (decimal): -6019403 or 11871908. OLE color: 11871908.

HSL color Cylindrical-coordinate representation of color #A426B5: hue angle of 292.87º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A426B5 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 38 181 -
CMYK 0.09 0.79 0 0.29
HSL 292.87º 0.65% 0.43% -
HSV(B) 292.87º 0.79% 0.71% -
XYZ 24.34 12.61 44.87 -
YUV 91.98 178.24 179.37 -
System Red Green Blue C M Y K H S L
Decimal 164 38 181 0.09 0.79 0 0.29 292.87 0.65 0.43
Hex A4 26 B5 9 4F 0 1D 125 41 2B
Octal 244 46 265 11 117 0 35 445 101 53
Binary 10100100 100110 10110101 1001 1001111 0 11101 100100101 1000001 101011

Color Harmonies of #A426B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A426B5

Black with #A426B5

Text Example


Text Example

White with #A426B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A426B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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