Html Css Color HEX #A423BB Dark Orchid

📋 copy color: '#A423BB'

red 164 ◦ green 35 ◦ blue 187

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

Shades of Dark Orchid #A423BB

Tints of Dark Orchid #A423BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.45%

R = 42.49%
G = 9.07%
B = 48.45%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A423BB (or 0xA423BB) is known color: Dark Orchid. HEX triplet: A4, 23 and BB. RGB value is (164,35,187). Sum of RGB (Red+Green+Blue) = 164+35+187=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 35 (14.06% from 255 or 9.07% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #A423BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A423BB is #5BDC44. Grayscale: #5A5A5A. Windows color (decimal): -6020165 or 12264356. OLE color: 12264356.

HSL color Cylindrical-coordinate representation of color #A423BB: hue angle of 290.92º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A423BB is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 35 187 -
CMYK 0.12 0.81 0 0.27
HSL 290.92º 0.68% 0.44% -
HSV(B) 290.92º 0.81% 0.73% -
XYZ 24.88 12.68 48.15 -
YUV 90.9 182.24 180.14 -
System Red Green Blue C M Y K H S L
Decimal 164 35 187 0.12 0.81 0 0.27 290.92 0.68 0.44
Hex A4 23 BB C 51 0 1B 123 44 2C
Octal 244 43 273 14 121 0 33 443 104 54
Binary 10100100 100011 10111011 1100 1010001 0 11011 100100011 1000100 101100

Color Harmonies of #A423BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A423BB

Black with #A423BB

Text Example


Text Example

White with #A423BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A423BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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