Html Css Color HEX #A325CF Dark Orchid

📋 copy color: '#A325CF'

red 163 ◦ green 37 ◦ blue 207

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

Shades of Dark Orchid #A325CF

Tints of Dark Orchid #A325CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.86%

R = 40.05%
G = 9.09%
B = 50.86%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A325CF (or 0xA325CF) is known color: Dark Orchid. HEX triplet: A3, 25 and CF. RGB value is (163,37,207). Sum of RGB (Red+Green+Blue) = 163+37+207=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 37 (14.84% from 255 or 9.09% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #A325CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A325CF is #5CDA30. Grayscale: #5D5D5D. Windows color (decimal): -6085169 or 13575587. OLE color: 13575587.

HSL color Cylindrical-coordinate representation of color #A325CF: hue angle of 284.47º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A325CF is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 37 207 -
CMYK 0.21 0.82 0 0.19
HSL 284.47º 0.7% 0.48% -
HSV(B) 284.47º 0.82% 0.81% -
XYZ 27.03 13.61 60.23 -
YUV 94.05 191.74 177.18 -
System Red Green Blue C M Y K H S L
Decimal 163 37 207 0.21 0.82 0 0.19 284.47 0.7 0.48
Hex A3 25 CF 15 52 0 13 11C 46 30
Octal 243 45 317 25 122 0 23 434 106 60
Binary 10100011 100101 11001111 10101 1010010 0 10011 100011100 1000110 110000

Color Harmonies of #A325CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A325CF

Black with #A325CF

Text Example


Text Example

White with #A325CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A325CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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