Html Css Color HEX #A423BE Dark Orchid

📋 copy color: '#A423BE'

red 164 ◦ green 35 ◦ blue 190

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

Shades of Dark Orchid #A423BE

Tints of Dark Orchid #A423BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.84%

R = 42.16%
G = 9%
B = 48.84%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A423BE (or 0xA423BE) is known color: Dark Orchid. HEX triplet: A4, 23 and BE. RGB value is (164,35,190). Sum of RGB (Red+Green+Blue) = 164+35+190=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 35 (14.06% from 255 or 9.00% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #A423BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A423BE is #5BDC41. Grayscale: #5A5A5A. Windows color (decimal): -6020162 or 12460964. OLE color: 12460964.

HSL color Cylindrical-coordinate representation of color #A423BE: hue angle of 289.94º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A423BE is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 35 190 -
CMYK 0.14 0.82 0 0.25
HSL 289.94º 0.69% 0.44% -
HSV(B) 289.94º 0.82% 0.75% -
XYZ 25.21 12.81 49.86 -
YUV 91.24 183.74 179.9 -
System Red Green Blue C M Y K H S L
Decimal 164 35 190 0.14 0.82 0 0.25 289.94 0.69 0.44
Hex A4 23 BE E 52 0 19 122 45 2C
Octal 244 43 276 16 122 0 31 442 105 54
Binary 10100100 100011 10111110 1110 1010010 0 11001 100100010 1000101 101100

Color Harmonies of #A423BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A423BE

Black with #A423BE

Text Example


Text Example

White with #A423BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A423BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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