Html Css Color HEX #A425BE Dark Orchid

📋 copy color: '#A425BE'

red 164 ◦ green 37 ◦ blue 190

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

Shades of Dark Orchid #A425BE

Tints of Dark Orchid #A425BE

RGB

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

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

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

R = 41.94%
G = 9.46%
B = 48.59%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A425BE (or 0xA425BE) is known color: Dark Orchid. HEX triplet: A4, 25 and BE. RGB value is (164,37,190). Sum of RGB (Red+Green+Blue) = 164+37+190=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 37 (14.84% from 255 or 9.46% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #A425BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A425BE is #5BDA41. Grayscale: #5B5B5B. Windows color (decimal): -6019650 or 12461476. OLE color: 12461476.

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

Color convert

RGB 164 37 190 -
CMYK 0.14 0.81 0 0.25
HSL 289.8º 0.67% 0.45% -
HSV(B) 289.8º 0.81% 0.75% -
XYZ 25.27 12.93 49.88 -
YUV 92.42 183.08 179.06 -
System Red Green Blue C M Y K H S L
Decimal 164 37 190 0.14 0.81 0 0.25 289.8 0.67 0.45
Hex A4 25 BE E 51 0 19 122 43 2D
Octal 244 45 276 16 121 0 31 442 103 55
Binary 10100100 100101 10111110 1110 1010001 0 11001 100100010 1000011 101101

Color Harmonies of #A425BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A425BE

Black with #A425BE

Text Example


Text Example

White with #A425BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A425BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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