Html Css Color HEX #A423B6 Dark Orchid

📋 copy color: '#A423B6'

red 164 ◦ green 35 ◦ blue 182

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

Shades of Dark Orchid #A423B6

Tints of Dark Orchid #A423B6

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.19%

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

R = 43.04%
G = 9.19%
B = 47.77%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A423B6 (or 0xA423B6) is known color: Dark Orchid. HEX triplet: A4, 23 and B6. RGB value is (164,35,182). Sum of RGB (Red+Green+Blue) = 164+35+182=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 182 (71.48% from 255 or 47.77% from 381); Max value from RGB is 182 - color contains mainly: blue. Hex color #A423B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A423B6 is #5BDC49. Grayscale: #595959. Windows color (decimal): -6020170 or 11936676. OLE color: 11936676.

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

Color convert

RGB 164 35 182 -
CMYK 0.10 0.81 0 0.29
HSL 292.65º 0.68% 0.43% -
HSV(B) 292.65º 0.81% 0.71% -
XYZ 24.35 12.47 45.38 -
YUV 90.33 179.74 180.55 -
System Red Green Blue C M Y K H S L
Decimal 164 35 182 0.10 0.81 0 0.29 292.65 0.68 0.43
Hex A4 23 B6 A 51 0 1D 125 44 2B
Octal 244 43 266 12 121 0 35 445 104 53
Binary 10100100 100011 10110110 1010 1010001 0 11101 100100101 1000100 101011

Color Harmonies of #A423B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A423B6

Black with #A423B6

Text Example


Text Example

White with #A423B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A423B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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