Html Css Color HEX #A424B6 Dark Orchid

📋 copy color: '#A424B6'

red 164 ◦ green 36 ◦ blue 182

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

Shades of Dark Orchid #A424B6

Tints of Dark Orchid #A424B6

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.42%

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

R = 42.93%
G = 9.42%
B = 47.64%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A424B6 (or 0xA424B6) is known color: Dark Orchid. HEX triplet: A4, 24 and B6. RGB value is (164,36,182). Sum of RGB (Red+Green+Blue) = 164+36+182=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 182 (71.48% from 255 or 47.64% from 382); Max value from RGB is 182 - color contains mainly: blue. Hex color #A424B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A424B6 is #5BDB49. Grayscale: #5A5A5A. Windows color (decimal): -6019914 or 11936932. OLE color: 11936932.

HSL color Cylindrical-coordinate representation of color #A424B6: hue angle of 292.6º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A424B6 is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 36 182 -
CMYK 0.10 0.80 0 0.29
HSL 292.6º 0.67% 0.43% -
HSV(B) 292.6º 0.8% 0.71% -
XYZ 24.38 12.53 45.39 -
YUV 90.92 179.41 180.13 -
System Red Green Blue C M Y K H S L
Decimal 164 36 182 0.10 0.80 0 0.29 292.6 0.67 0.43
Hex A4 24 B6 A 50 0 1D 125 43 2B
Octal 244 44 266 12 120 0 35 445 103 53
Binary 10100100 100100 10110110 1010 1010000 0 11101 100100101 1000011 101011

Color Harmonies of #A424B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A424B6

Black with #A424B6

Text Example


Text Example

White with #A424B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A424B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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