Html Css Color HEX #A426B6 Dark Orchid

📋 copy color: '#A426B6'

red 164 ◦ green 38 ◦ blue 182

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

Shades of Dark Orchid #A426B6

Tints of Dark Orchid #A426B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 47.4%

R = 42.71%
G = 9.9%
B = 47.4%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A426B6 (or 0xA426B6) is known color: Dark Orchid. HEX triplet: A4, 26 and B6. RGB value is (164,38,182). Sum of RGB (Red+Green+Blue) = 164+38+182=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 38 (15.23% from 255 or 9.90% from 384); Blue value is 182 (71.48% from 255 or 47.40% from 384); Max value from RGB is 182 - color contains mainly: blue. Hex color #A426B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A426B6 is #5BD949. Grayscale: #5B5B5B. Windows color (decimal): -6019402 or 11937444. OLE color: 11937444.

HSL color Cylindrical-coordinate representation of color #A426B6: hue angle of 292.5º 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 #A426B6 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 38 182 -
CMYK 0.10 0.79 0 0.29
HSL 292.5º 0.65% 0.43% -
HSV(B) 292.5º 0.79% 0.71% -
XYZ 24.45 12.66 45.41 -
YUV 92.09 178.74 179.29 -
System Red Green Blue C M Y K H S L
Decimal 164 38 182 0.10 0.79 0 0.29 292.5 0.65 0.43
Hex A4 26 B6 A 4F 0 1D 124 41 2B
Octal 244 46 266 12 117 0 35 444 101 53
Binary 10100100 100110 10110110 1010 1001111 0 11101 100100100 1000001 101011

Color Harmonies of #A426B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A426B6

Black with #A426B6

Text Example


Text Example

White with #A426B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A426B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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