Html Css Color HEX #A425BA Dark Orchid

📋 copy color: '#A425BA'

red 164 ◦ green 37 ◦ blue 186

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

Shades of Dark Orchid #A425BA

Tints of Dark Orchid #A425BA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.56%

 BLUE value IS 186 (73.05% from 255) = 48.06%

R = 42.38%
G = 9.56%
B = 48.06%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A425BA (or 0xA425BA) is known color: Dark Orchid. HEX triplet: A4, 25 and BA. RGB value is (164,37,186). Sum of RGB (Red+Green+Blue) = 164+37+186=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 37 (14.84% from 255 or 9.56% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #A425BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A425BA is #5BDA45. Grayscale: #5B5B5B. Windows color (decimal): -6019654 or 12199332. OLE color: 12199332.

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

Color convert

RGB 164 37 186 -
CMYK 0.12 0.80 0 0.27
HSL 291.14º 0.67% 0.44% -
HSV(B) 291.14º 0.8% 0.73% -
XYZ 24.83 12.76 47.61 -
YUV 91.96 181.08 179.38 -
System Red Green Blue C M Y K H S L
Decimal 164 37 186 0.12 0.80 0 0.27 291.14 0.67 0.44
Hex A4 25 BA C 50 0 1B 123 43 2C
Octal 244 45 272 14 120 0 33 443 103 54
Binary 10100100 100101 10111010 1100 1010000 0 11011 100100011 1000011 101100

Color Harmonies of #A425BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A425BA

Black with #A425BA

Text Example


Text Example

White with #A425BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A425BA; }

 p { color: rgb(164,37,186); }

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

background-color css

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

 a { background-color: rgb(164,37,186); }

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

border-color css

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

 span { border-color: rgb(164,37,186); }

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