Html Css Color HEX #A424BB Dark Orchid

📋 copy color: '#A424BB'

red 164 ◦ green 36 ◦ blue 187

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

Shades of Dark Orchid #A424BB

Tints of Dark Orchid #A424BB

RGB

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

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

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

R = 42.38%
G = 9.3%
B = 48.32%

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

#A424BB (or 0xA424BB) is known color: Dark Orchid. HEX triplet: A4, 24 and BB. RGB value is (164,36,187). Sum of RGB (Red+Green+Blue) = 164+36+187=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 36 (14.45% from 255 or 9.30% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #A424BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A424BB is #5BDB44. Grayscale: #5B5B5B. Windows color (decimal): -6019909 or 12264612. OLE color: 12264612.

HSL color Cylindrical-coordinate representation of color #A424BB: hue angle of 290.86º 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 #A424BB is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 36 187 -
CMYK 0.12 0.81 0 0.27
HSL 290.86º 0.68% 0.44% -
HSV(B) 290.86º 0.81% 0.73% -
XYZ 24.91 12.74 48.16 -
YUV 91.49 181.91 179.72 -
System Red Green Blue C M Y K H S L
Decimal 164 36 187 0.12 0.81 0 0.27 290.86 0.68 0.44
Hex A4 24 BB C 51 0 1B 123 44 2C
Octal 244 44 273 14 121 0 33 443 104 54
Binary 10100100 100100 10111011 1100 1010001 0 11011 100100011 1000100 101100

Color Harmonies of #A424BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A424BB

Black with #A424BB

Text Example


Text Example

White with #A424BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A424BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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