Html Css Color HEX #A325BE Dark Orchid

📋 copy color: '#A325BE'

red 163 ◦ green 37 ◦ blue 190

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

Shades of Dark Orchid #A325BE

Tints of Dark Orchid #A325BE

RGB

 RED value IS 163 (64.06% from 255) = 41.79%

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

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

R = 41.79%
G = 9.49%
B = 48.72%

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

#A325BE (or 0xA325BE) is known color: Dark Orchid. HEX triplet: A3, 25 and BE. RGB value is (163,37,190). Sum of RGB (Red+Green+Blue) = 163+37+190=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 37 (14.84% from 255 or 9.49% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #A325BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A325BE is #5CDA41. Grayscale: #5B5B5B. Windows color (decimal): -6085186 or 12461475. OLE color: 12461475.

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

Color convert

RGB 163 37 190 -
CMYK 0.14 0.81 0 0.25
HSL 289.41º 0.67% 0.45% -
HSV(B) 289.41º 0.81% 0.75% -
XYZ 25.06 12.83 49.87 -
YUV 92.12 183.24 178.56 -
System Red Green Blue C M Y K H S L
Decimal 163 37 190 0.14 0.81 0 0.25 289.41 0.67 0.45
Hex A3 25 BE E 51 0 19 121 43 2D
Octal 243 45 276 16 121 0 31 441 103 55
Binary 10100011 100101 10111110 1110 1010001 0 11001 100100001 1000011 101101

Color Harmonies of #A325BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A325BE

Black with #A325BE

Text Example


Text Example

White with #A325BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A325BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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